DK11 for Java | tatukgis.jdk.TGIS_CSProjAbstract.set_Validity | Overloads | Constructors | Fields | Methods | Properties
Set validity extent for the projection (in radians)
// Java protected void set_Validity( double _origin_x, double _zone_x, double _origin_y, double _zone_y );
// Oxygene protected procedure set_Validity( _origin_x : Double; _zone_x : Double; _origin_y : Double; _zone_y : Double );
Name | Type | Description |
---|---|---|
_origin_x | double Double | extent origin; should be within extent zone |
_zone_x | double Double | x zone size (+- origin) |
_origin_y | double Double | extent origin; should be within extent zone |
_zone_y | double Double | y zone size (+- origin) |