DK11 for .NET | TatukGIS.NDK.TGIS_LayerInfo | Classes | Constructors | Fields
Class storing a basic layer information.
// C# public class TGIS_LayerInfo { }
' VisualBasic Public Class TGIS_LayerInfo End Class
// Oxygene type TGIS_LayerInfo = public class end;
Name | Visibility | Description | |
---|---|---|---|
TGIS_LayerInfo(string, string, TGIS_RegisteredLayerType, TGIS_ShapeType, TGIS_PixelSubFormat, TObject) | public | Constructor. | |
TGIS_LayerInfo(string, string, TGIS_RegisteredLayerType, TGIS_ShapeType, TGIS_PixelSubFormat, TObject, long) | public | Constructor. | |
TGIS_LayerInfo(string, TGIS_RegisteredLayerType, TGIS_ShapeType) | public | Constructor. | |
TGIS_LayerInfo(string, TGIS_RegisteredLayerType, TGIS_ShapeType, long) | 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. | |