DK11 for Delphi | GisTypes.TGIS_LayerInfo | Classes | Constructors | Fields
Class storing a basic layer information.
// Delphi type TGIS_LayerInfo = class end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_LayerInfo
Name | Visibility | Description | |
---|---|---|---|
Create(String; String; TGIS_RegisteredLayerType; TGIS_ShapeType; TGIS_PixelSubFormat; TObject) | public | Constructor. | |
Create(String; String; TGIS_RegisteredLayerType; TGIS_ShapeType; TGIS_PixelSubFormat; TObject; TGIS_Uid) | public | Constructor. | |
Create(String; TGIS_RegisteredLayerType; TGIS_ShapeType) | public | Constructor. | |
Create(String; TGIS_RegisteredLayerType; TGIS_ShapeType; TGIS_Uid) | public | Constructor. | |
Name | Visibility | Description | |
---|---|---|---|
Caption | public | Layer caption | |
ExtendedTag | public | Extended data object. | |
FeatureCount | public | Number of vector features. | |
LayerType | public | Layer type (vector or pixel). | |
Name | public | Layer name. | |
PixelType | public | Image type of a layer, if is pixel. | |
ShapeType | public | Shape type of a layer, if is vector. | |