Inheritance diagram for SRM.SRF_ObliqueMercatorSpherical:
Public Member Functions | |
SRF_ObliqueMercatorSpherical (SRM_ORM_Code orm, SRM_HSR_Code hsr, SRF_OM_Params params) throws SrmException | |
Constructor by SRF parameter object. | |
SRF_ObliqueMercatorSpherical (SRM_ORM_Code orm, SRM_HSR_Code hsr, double longitude1, double latitude1, double longitude2, double latitude2, double central_scale, double false_easting, double false_northing) throws SrmException | |
Constructor by individual SRF parameters. | |
Coord3D | createCoordinate3D () |
Create specific 3D coordinate for SRF_ObliqueMercatorSpherical with [ Double.NaN, Double.NaN, Double.NaN ]. | |
Coord3D | createCoordinate3D (double coord_comp1, double coord_comp2, double coord_comp3) |
Create specific 3D coordinate for SRF_ObliqueMercatorSpherical with input values. | |
CoordSurf | createSurfaceCoordinate () |
Create specific Surface coordinate for SRF_ObliqueMercatorSpherical with [ Double.NaN, Double.NaN ]. | |
CoordSurf | createSurfaceCoordinate (double coord_comp1, double coord_comp2) |
Create specific Surface coordinate for SRF_ObliqueMercatorSpherical with input values. | |
SRF_OM_Params | getSRFParameters () |
Returns the SRF parameter object. | |
double | get_longitude1 () |
Returns the longitude1 SRF parameter value. | |
double | get_latitude1 () |
Returns the latitude1 SRF parameter value. | |
double | get_longitude2 () |
Returns the longitude2 SRF parameter value. | |
double | get_latitude2 () |
Returns the latitude2 SRF parameter value. | |
double | get_central_scale () |
Returns the central_scale SRF parameter value. | |
double | get_false_easting () |
Returns the false_easting SRF parameter value. | |
double | get_false_northing () |
Returns the false_northing SRF parameter value. | |
CoordSurf | getAssociatedSurfaceCoordinate (Coord3D coord) throws SrmException |
Returns a surface coordinate associated with a 3D coordinate for SRF_ObliqueMercatorSpherical. | |
Coord3D | getPromotedSurfaceCoordinate (CoordSurf surf_coord) throws SrmException |
Returns a 3D coordinate representing the same location as specified by a surface coordinate for SRF_ObliqueMercatorSpherical. | |
boolean | isEqual (BaseSRF srf) |
String | toString () |
Returns a String with the parameter values. |
Spatial Reference Model Java API | Version 4.0.0 - 29 Jul 2004 |
Copyright © 2004 SEDRIS | Docs by Doxygen 1.3.2 |