DK for Java | tatukgis.jdk.TGIS_CSProjAbstract | Constructors | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| Assign | public | Copies the shared definition fields from another object. (Inherited from TGIS_CSAbstract) |
|
| CreateCopy | public | Creates a deep copy of this projection instance with all parameters and settings duplicated. | |
| datumChanged | protected | Procedure will be called upon any datum change. | |
| MarkDeprecated | public | Marks this coordinate system definition as deprecated or current. (Inherited from TGIS_CSAbstract) |
|
| Project | public | Transforms a single geodetic longitude/latitude point to projected easting/northing coordinates. | |
| Project3D | public | Transforms a single geodetic longitude/latitude/elevation point to projected coordinates. | |
| Project3D_Ref | public | Transform geodetic (latitude/longitude/elevation) coordinates to projected (easting/northing/elevation) in-place using current ellipsoid and projection parameters. | |
| projectPost | protected | Finalizes coordinates after projection-specific code runs. | |
| projectPre | protected | Prepares coordinates for projection before projection-specific code runs. | |
| set_Validity(double, double, double, double) | protected | Sets the validity extent for the projection in radians. | |
| set_Validity(double, double, double, double, double, double) | protected | Sets the validity extent for the projection in radians. | |
| set_Validity(double, double, double, double, double, double, double, double) | protected | Sets the validity extent for the projection in radians. | |
| ToString | public | (Inherited from TGIS_CSAbstract) |
|
| Unproject | public | Reverse-transforms a single projected easting/northing point to geodetic longitude/latitude coordinates. | |
| Unproject3D | public | Reverse-transforms a single projected easting/northing/elevation point to geodetic coordinates. | |
| Unproject3D_Ref | public | Reverse-transform projected (easting/northing/elevation) coordinates back to geodetic (latitude/longitude/elevation) in-place using current ellipsoid and projection parameters. | |
| unprojectPost | protected | Finalizes coordinates after inverse projection-specific code runs. | |
| unprojectPre | protected | Prepares coordinates for inverse projection before projection-specific code runs. | |