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 _zone_x_min, double _zone_x_max, double _origin_y, double _zone_y, double _zone_y_min, double _zone_y_max );
// Oxygene protected procedure set_Validity( _origin_x : Double; _zone_x : Double; _zone_x_min : Double; _zone_x_max : Double; _origin_y : Double; _zone_y : Double; _zone_y_min : Double; _zone_y_max : Double );
Name | Type | Description |
---|---|---|
_origin_x | double Double | extent origin; should be within extent zone |
_zone_x | double Double | x zone size (+- origin) |
_zone_x_min | double Double | minimum x value; if not specified then minimum value is not check |
_zone_x_max | double Double | maximum x value; if not specified then maximum value is not check |
_origin_y | double Double | extent origin; should be within extent zone |
_zone_y | double Double | y zone size (+- origin) |
_zone_y_min | double Double | minimum y value; if not specified then minimum value is not check |
_zone_y_max | double Double | maximum y value; if not specified then maximum value is not check |