Uses of Class
org.geolatte.geom.crs.GeographicCoordinateReferenceSystem
-
Packages that use GeographicCoordinateReferenceSystem Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems.org.geolatte.geom.crs.trans org.geolatte.geom.crs.trans.projections -
-
Uses of GeographicCoordinateReferenceSystem in org.geolatte.geom.crs
Subclasses of GeographicCoordinateReferenceSystem in org.geolatte.geom.crs Modifier and Type Class Description classGeographic2DCoordinateReferenceSystemA geographicCoordinateReferenceSystem.classGeographic3DCoordinateReferenceSystemCreated by Karel Maesen, Geovise BVBA on 30/11/14.Fields in org.geolatte.geom.crs declared as GeographicCoordinateReferenceSystem Modifier and Type Field Description static GeographicCoordinateReferenceSystemCoordinateReferenceSystems. ETRS89The European ETRS89 geographic reference system.Methods in org.geolatte.geom.crs that return GeographicCoordinateReferenceSystem Modifier and Type Method Description GeographicCoordinateReferenceSystemProjectedCoordinateReferenceSystem. getGeographicCoordinateSystem()Returns the baseGeographicCoordinateReferenceSystemof this projected reference system.static GeographicCoordinateReferenceSystemCoordinateReferenceSystems. mkGeographic(AngularUnit unit)static GeographicCoordinateReferenceSystemCoordinateReferenceSystems. mkGeographic(CrsId srid, AngularUnit unit)Creates a generic geographic coordinate reference system using the specified units of length for coordinates.Constructors in org.geolatte.geom.crs with parameters of type GeographicCoordinateReferenceSystem Constructor Description ProjectedCoordinateReferenceSystem(CrsId crsId, String name, GeographicCoordinateReferenceSystem geoCRS, Projection projection, List<CrsParameter> parameters, CartesianCoordinateSystem2D crs)Constructs aProjectedCoordinateReferenceSystem.ProjectedCoordinateReferenceSystem(CrsId crsId, String name, GeographicCoordinateReferenceSystem geoCRS, Projection projection, List<CrsParameter> parameters, CartesianCoordinateSystem2D crs, Extension extension)Constructs aProjectedCoordinateReferenceSystem. -
Uses of GeographicCoordinateReferenceSystem in org.geolatte.geom.crs.trans
Methods in org.geolatte.geom.crs.trans with parameters of type GeographicCoordinateReferenceSystem Modifier and Type Method Description static CoordinateOperationCoordinateOperations. positionVectorTransformation2D(GeographicCoordinateReferenceSystem<G2D> source, GeographicCoordinateReferenceSystem<G2D> target)Returns the Position Vector transformation for the geographic 2D domain.static CoordinateOperationCoordinateOperations. positionVectorTransformation3D(GeographicCoordinateReferenceSystem<G3D> source, GeographicCoordinateReferenceSystem<G3D> target)Returns the Position Vector transformation for the geographic 3D domain.Constructors in org.geolatte.geom.crs.trans with parameters of type GeographicCoordinateReferenceSystem Constructor Description GeographicToGeocentricConversion(GeographicCoordinateReferenceSystem sourceCRS) -
Uses of GeographicCoordinateReferenceSystem in org.geolatte.geom.crs.trans.projections
Constructors in org.geolatte.geom.crs.trans.projections with parameters of type GeographicCoordinateReferenceSystem Constructor Description LambertConformalConic2SP(GeographicCoordinateReferenceSystem baseCrs, double latitudeOfFO, double longitudeOfFO, double lat1SPDeg, double lat2SPDeg, double eastingAtFO, double northingAtFO)PseudoMercator(GeographicCoordinateReferenceSystem baseCrs, double latOfNatOrigin, double lonOfNatOrigin, double falseE, double falseN)
-