Uses of Class
org.locationtech.proj4j.CoordinateReferenceSystem
Packages that use CoordinateReferenceSystem
Package
Description
-
Uses of CoordinateReferenceSystem in org.locationtech.proj4j
Fields in org.locationtech.proj4j declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionstatic final CoordinateReferenceSystem
CoordinateReferenceSystem.CS_GEO
private final CoordinateReferenceSystem
BasicCoordinateTransform.srcCRS
private final CoordinateReferenceSystem
BasicCoordinateTransform.tgtCRS
Methods in org.locationtech.proj4j that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCRSFactory.createFromName
(String name) Creates aCoordinateReferenceSystem
(CRS) from a well-known name.CRSFactory.createFromParameters
(String name, String paramStr) Creates aCoordinateReferenceSystem
from a PROJ.4 projection parameter string.CRSFactory.createFromParameters
(String name, String[] params) Creates aCoordinateReferenceSystem
defined by an array of PROJ.4 projection parameters.CoordinateReferenceSystem.createGeographic()
Creates a geographic (unprojected)CoordinateReferenceSystem
based on theDatum
of this CRS.BasicCoordinateTransform.getSourceCRS()
CoordinateTransform.getSourceCRS()
BasicCoordinateTransform.getTargetCRS()
CoordinateTransform.getTargetCRS()
Methods in org.locationtech.proj4j with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionCoordinateTransformFactory.createTransform
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Creates a transformation from a source CRS to a target CRS, following the logic in PROJ.4.Constructors in org.locationtech.proj4j with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionCreates a transformation from a sourceCoordinateReferenceSystem
to a target one. -
Uses of CoordinateReferenceSystem in org.locationtech.proj4j.parser
Methods in org.locationtech.proj4j.parser that return CoordinateReferenceSystemModifier and TypeMethodDescription -
Uses of CoordinateReferenceSystem in org.locationtech.proj4j.util
Fields in org.locationtech.proj4j.util with type parameters of type CoordinateReferenceSystemMethods in org.locationtech.proj4j.util that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCRSCache.createFromName
(String name) CRSCache.createFromParameters
(String name, String paramStr) CRSCache.createFromParameters
(String name, String[] params) Constructor parameters in org.locationtech.proj4j.util with type arguments of type CoordinateReferenceSystemModifierConstructorDescriptionCRSCache
(ConcurrentHashMap<String, CoordinateReferenceSystem> crsCache, ConcurrentHashMap<String, String> epsgCache)