DK for Java | tatukgis.jdk.TGIS_Shape | Constructors | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| FCursor | protected | Identifier of the cursor that currently owns this shape instance. | |
| FDimension | protected | Dimensions supported by a shape. | |
| FGeometryChanged | protected | True if the shape geometry has changed. | |
| FIsDeleted | protected | True if the shape is marked for deletion and remains present only until the next save. | |
| FIsEditable | protected | True if the shape is editable. | |
| FIsEmpty | protected | True if the shape geometry is empty. | |
| FIsFixed | protected | True if the shape winding order has already been checked and corrected. | |
| FIsHidden | protected | True if the shape is hidden and should be treated as turned off. | |
| FIsMapped | protected | True if geometry is not allocated in memory but mapped directly to a file. | |
| FIsModified | protected | True if the shape geometry or attribute fields have been modified. | |
| FIsNewShape | protected | True if the shape is an independent in-memory object rather than a mirror of a disk-based shape. | |
| FIsReverted | protected | True if the shape must be reverted to the version stored in the underlying file. | |
| FLayer | protected | Layer that owns this shape. | |
| FManageRTree | protected | True if the shape must update the layer R-Tree spatial index. | |
| FParams | protected | Rendering and styling parameters for the shape. | |
| FParent | protected | Parent shape reference. | |
| FParts | protected | Internal storage for part offsets, closely matching the Shapefile (Esri Vector Format) representation for efficient mapped-file access. | |
| FPartTypes | protected | Internal storage for part types, closely matching the Shapefile (Esri Vector Format) representation for efficient mapped-file access. | |
| FPoints | protected | Internal storage for XY point coordinates, closely matching the Shapefile (Esri Vector Format) representation for efficient mapped-file access. | |
| FPointsM | protected | Internal storage for M values, closely matching the Shapefile (Esri Vector Format) representation for efficient mapped-file access. | |
| FPointsMMax | protected | Maximum M value. | |
| FPointsMMin | protected | Minimum M value. | |
| FPointsZ | protected | Internal storage for Z coordinates, closely matching the Shapefile (Esri Vector Format) representation for efficient mapped-file access. | |
| FPointsZMax | protected | Maximum Z value. | |
| FPointsZMin | protected | Minimum Z value. | |
| FShape3D | protected | True if the shape stores three-dimensional (3D) geometry with Z coordinates. | |
| FShapeType | protected | Shape geometry type. | |
| FTag | protected | User-defined integer tag value associated with the shape. | |
| FTagInternal | protected | Internal integer tag value reserved for framework use. | |
| FTagPointer | protected | User-defined pointer or object tag associated with the shape. | |
| FUid | protected | Unique identifier across a single layer. | |
| indexDist2PartCS | protected | Internal index used to limit Distance2PartCS to the neighborhood of a specific point. | |
| mappedFields | protected | List of mapped attribute fields for the shape. | |
| oldIndexExtent | protected | Previous extent of the shape before editing, used when updating the spatial index. | |