User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_arcgisfeatureserverlayer

Table of Contents

ITGIS_ArcGISFeatureServerLayer interface

DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServerLayer | Interfaces | Methods | Properties

Feature Service info.

Available also on: Delphi | .NET | Java | ActiveX | Python.

Syntax

// C#
public interface ITGIS_ArcGISFeatureServerLayer: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_ArcGISFeatureServerLayer
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_ArcGISFeatureServerLayer = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
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.

Properties

Inherited Protected
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.

2025/11/07 01:03

Page Tools