DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SdoGeometry | Interfaces | Methods | Properties
SDO geometry encapsulation.
// C# public interface ITGIS_SdoGeometry: ITBaseObject { }
' VisualBasic Public Interface ITGIS_SdoGeometry Implements ITBaseObject End Class
// Oxygene type ITGIS_SdoGeometry = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Name | Visibility | Description | |
---|---|---|---|
Coords | public | Coordinates. | |
CoordsLen | public | Coordinates length. | |
ElemInfo | public | Element information. | |
ElemInfoLen | public | Element information length. | |
GType | public | Geometry type identifier. | |
HasPoint | public | True if has attachment point. | |
Point | public | Attachment point. | |
Srid | public | Source identifier. | |