DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServerLayer | Interfaces | Methods | Properties
Feature Service info.
// C# public interface ITGIS_ArcGISFeatureServerLayer: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ArcGISFeatureServerLayer Implements ITBaseObject End Class
// Oxygene type ITGIS_ArcGISFeatureServerLayer = public interface( ITBaseObject ) end;
| Name | Visibility | Description | |
|---|---|---|---|
| AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| GetEstimatedExtent | public | Get layer extent based on existing data. | |
| GetObjectIds | public | Get object ids from layer. | |
| GetObjects | public | Get objects from a page of data. | |
| GetObjects_2 | public | Get objects from ids list from layer. | |
| IsDataReady | public | Return true if data is fetched and ready to use. | |
| IsDataValid | public | Return true if data is valid. | |
| IsFetchingData | public | Return true if data is still loading. | |
| PrepareFetchingData | public | Set loader state to start. | |
| ResetState | public | Reset loader state to ready. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Data | public | HTTP response data | |
| DataPath | public | Feature Layer data path. | |
| Description | public | Feature Layer description. | |
| DrawingInfo | public | Feature Layer drawing info. | |
| Extent | public | Feature Layer bounding box. | |
| Fields | public | Feature Layer fields. | |
| GeometryType | public | Feature Layer geometry type. | |
| HTTPStatus | public | HTTP request status | |
| Id | public | Feature Layer id. | |
| Name | public | Feature Layer name. | |
| Path | public | Feature Layer path. | |
| State | public | Thread state | |
| Wkid | public | Feature Layer coordinate system id. | |