DK11 for Python | tatukgis.pdk.TGIS_Shape.Distance2ShapeCS | Constructors | Methods | Properties
Calculate WGS84 distance between two shapes.
# Python def Distance2ShapeCS( self, _shp: TGIS_Shape ) -> float:
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | reference shape |
Type | Description |
---|---|
float | Distance in meters (or -1 if map units if CS is not defined). |