DK11 for Delphi | GisTypes.TGIS_LayerInfo.Create | Overloads | Constructors | Fields
Constructor.
// Delphi public constructor Create( const _name : String; const _caption : String; const _layerType : TGIS_RegisteredLayerType; const _shapeType : TGIS_ShapeType; const _pixelType : TGIS_PixelSubFormat; const _extended : TObject ); overload;
// C++ Builder Create ( const UnicodeString _name, const UnicodeString _caption, TGIS_RegisteredLayerType* const _layerType, TGIS_ShapeType* const _shapeType, TGIS_PixelSubFormat* const _pixelType, TObject* const _extended );
Name | Type | Description |
---|---|---|
_name | String | Layer name. |
_caption | String | Layer caption. |
_layerType | TGIS_RegisteredLayerType | Layer type. |
_shapeType | TGIS_ShapeType | Shape type of a layer, if is vector. |
_pixelType | TGIS_PixelSubFormat | Image type of a layer, if is pixel. |
_extended | TObject | Extended data object. |