|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeographicCRS | |
---|---|
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
Uses of GeographicCRS in org.opengis.referencing.crs |
---|
Methods in org.opengis.referencing.crs that return GeographicCRS | |
---|---|
GeographicCRS |
CRSFactory.createGeographicCRS(Map<String,?> properties,
GeodeticDatum datum,
EllipsoidalCS cs)
Creates a geographic coordinate reference system. |
GeographicCRS |
CRSAuthorityFactory.createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code. |
Methods in org.opengis.referencing.crs with parameters of type GeographicCRS | |
---|---|
ProjectedCRS |
CRSFactory.createProjectedCRS(Map<String,?> properties,
GeographicCRS baseCRS,
Conversion conversionFromBase,
CartesianCS derivedCS)
Creates a projected coordinate reference system from a defining conversion. |
ProjectedCRS |
CRSFactory.createProjectedCRS(Map<String,?> properties,
OperationMethod method,
GeographicCRS base,
MathTransform baseToDerived,
CartesianCS derivedCS)
Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map followed by
CRSFactory.createProjectedCRS(java.util.Map instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |