DK11 for Java | tatukgis.jdk.TGIS_Shape.CopyGeometry | Constructors | Fields | Methods | Properties
Copy geometry.
// Java public void CopyGeometry( TGIS_Shape _shape );
// Oxygene public procedure CopyGeometry( _shape : TGIS_Shape ); virtual;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape with geometry to copy |
Use this method to copy geometry from other object. Can be used to safely change Polygon to Arc geometry etc.