DK for .NET | TatukGIS.NDK.TGIS_Layer | Constructors | Fields | Methods | Properties | Events
| Name | Visibility | Description | |
|---|---|---|---|
| Active | public | True if the layer is visible and can be localized. | |
| Addition | public | Additional blending value. | |
| Age | public | Time elapsed since the layer was created. | |
| Basemap | public | True if the layer must be treated as a basemap for background painting. | |
| BasemapDraw | public | True if the layer is currently being drawn in a basemap thread. | |
| CachedPaint | public | False if the layer must be painted directly, bypassing the cache. | |
| Caption | public | Layer caption; if not assigned directly, it will be filled with Name when the layer is added to the viewer. | |
| CodePage | public | Code page used to store text. | |
| Collapsed | public | True if the layer is collapsed in the legend, meaning only the layer title is visible. | |
| Comments | public | Additional user comments. | |
| ConfigFile | public | Configuration file handle. | |
| ConfigName | public | Configuration file name. | |
| CS | public | Coordinate Reference System (CRS) assigned to the layer. | |
| CustomData | public | List of custom, user-defined data saved to and restored from config and project files. | |
| DirectMode | public | True if the layer is direct-mode (bypassing cache). | |
| DormantMode | public | Memory-management mode for the layer. | |
| Driver | public | The layer's driver name. | |
| Extent | public | Extent of the layer. | |
| Extent3D | public | Three-dimensional extent of the layer. | |
| FileCopyrights | public | Copyright information about the layer. | |
| FileInfo | public | Additional textual information about the layer such as compression, number of pixels, copyright, etc. | |
| GUID | public | Unique layer identifier. | |
| HideFromLegend | public | False if the layer should not be visible in the legend. | |
| Icon | public | Layer icon presented in the legend. | |
| InPaint | public | True while the layer is being painted. | |
| IsExportable | public | True if the layer is exportable. | |
| IsLocked | public | True if the layer is in locked state. | |
| IsModified | public | True if structure (field, geometry etc) was modified. | |
| IsOpened | public | True if the layer is opened and is ready for operations. | |
| IsPersistent | public | True if the layer is persistent. | |
| IsReadOnly | public | True if the layer is read-only. | |
| IsTopmost | public | True if the layer can be interpreted as the topmost (trackable) layer. | |
| Layer3D | public | Mode of 3D layer operations. | |
| MaxTileSize | public | Maximum allowed tile size for the layer. | |
| MultiUserMode | public | Multiuser access mode for the layer. | |
| Name | public | Layer name. | |
| OverlappedExtentMargin | public | Overlap margin applied to the layer extent. | |
| Params | public | Parameters (colors, fills, etc.) object. | |
| ParamsList | public | List of all parameter sections attached to the current layer. | |
| ParentLayer | public | Parent layer of a sublayer. | |
| Path | public | Path to file holding the layer's data. | |
| PathWithDriver | public | Path to file with the layer's data extended with driver name. | |
| ProjectedExtent | public | Extent of the layer in projected units. | |
| Renderer | public | Handle to a renderer used for drawing shapes. | |
| Statistics | public | Layer statistics engine. | |
| Stream | public | Stream providing layer data as an alternative to reading from the file specified by Path. | |
| SubLayers | public | List of sublayers belonging to the layer. | |
| SubType | public | Subtype flags describing the layer role within a layer hierarchy. | |
| SupportsAsync | public | Indicates whether the layer implements asynchronous operations. | |
| SupportsAutoStyle | public | Indicates whether the layer supports auto styling. | |
| SupportsTiledPaint | public | Indicates whether the layer supports tiled paint. | |
| Tag | public | Tag has no predefined meaning. | |
| TagInternal | public | TagInternal has no predefined meaning. | |
| TagPointer | public | TagPointer has no predefined meaning. | |
| Tileable | public | True if the layer is currently being printed or exported using tiles. | |
| TiledDrawMode | public | Indicates whether the layer is currently being drawn by the tiler. | |
| Transform | public | Custom coordinate transformation applied to the layer. | |
| Transparency | public | Transparency value for the layer (0..100). | |
| UnSupportedOperations | public | Set of operations not supported by the layer. | |
| UseConfig | public | True if the configuration file is active. | |
| UserObject | public | Associates a user-defined object with the layer. | |
| Viewer | public | Reference to the viewer that owns or displays this layer. | |
| ZOrder | public | Layer position relative to all other layers. | |
| ZOrderEx | public | Layer position relative to other visible layers. | |