DK11 for Delphi | GisTypes.TGIS_LayerInfo.Create | Overloads | Constructors | Fields
Constructor.
// Delphi public constructor Create( const _name : String; const _layerType : TGIS_RegisteredLayerType; const _shapeType : TGIS_ShapeType; const _featureCount : TGIS_Uid ); overload;
// C++ Builder Create ( const UnicodeString _name, TGIS_RegisteredLayerType* const _layerType, TGIS_ShapeType* const _shapeType, TGIS_Uid* const _featureCount );
Name | Type | Description |
---|---|---|
_name | String | Layer name. |
_layerType | TGIS_RegisteredLayerType | Layer type. |
_shapeType | TGIS_ShapeType | Shape type of a layer, if is vector. |
_featureCount | TGIS_Uid | Number of features, if is vector. |