Uses of Class
org.locationtech.proj4j.CoordinateReferenceSystem
Packages that use CoordinateReferenceSystem
Package
Description
Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.
-
Uses of CoordinateReferenceSystem in org.locationtech.proj4j
Fields in org.locationtech.proj4j declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionstatic final CoordinateReferenceSystemCoordinateReferenceSystem.CS_GEOprivate final CoordinateReferenceSystemBasicCoordinateTransform.srcCRSprivate final CoordinateReferenceSystemBasicCoordinateTransform.tgtCRSMethods 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 aCoordinateReferenceSystemfrom a PROJ.4 projection parameter string.CRSFactory.createFromParameters(String name, String[] params) Creates aCoordinateReferenceSystemdefined by an array of PROJ.4 projection parameters.CoordinateReferenceSystem.createGeographic()Creates a geographic (unprojected)CoordinateReferenceSystembased on theDatumof 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 sourceCoordinateReferenceSystemto a target one. -
Uses of CoordinateReferenceSystem in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as CoordinateReferenceSystemModifier and TypeFieldDescription(package private) final CoordinateReferenceSystemAbstractCRS.implThe wrapped PROJ4 implementation.Methods in org.locationtech.proj4j.geoapi that return CoordinateReferenceSystemModifier and TypeMethodDescriptionImporter.convert(org.opengis.referencing.crs.SingleCRS src) Returns the given CRS as a PROJ4J implementation.static CoordinateReferenceSystemWrappers.proj4j(org.opengis.referencing.crs.SingleCRS src) Returns the given CRS as a PROJ4J implementation.private static CoordinateReferenceSystemOperationFactoryWrapper.unwrap(String name, org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns the given CRS as a PROJ4J implementation.Methods in org.locationtech.proj4j.geoapi with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic org.opengis.referencing.crs.SingleCRSWrappers.geoapi(CoordinateReferenceSystem impl, boolean is3D) Wraps the given PROJ4J CRS behind the equivalent GeoAPI interface.private static StringTransformWrapper.getName(CoordinateReferenceSystem crs) Returns the name of the given CRS, or an arbitrary name if none is specified.private static ProjectionTransformWrapper.getProjection(CoordinateReferenceSystem crs) Returns the projection of the given CRS, ornullif none.(package private) static AbstractCRSAbstractCRS.wrap(CoordinateReferenceSystem impl, boolean is3D) Wraps the given implementation.(package private) static DatumWrapperDatumWrapper.wrap(CoordinateReferenceSystem crs) Wraps the given implementation.Constructors in org.locationtech.proj4j.geoapi with parameters of type CoordinateReferenceSystemModifierConstructorDescription(package private)AbstractCRS(CoordinateReferenceSystem impl, boolean is3D) Creates a new wrapper for the given PROJ4J implementation.(package private)GeographicCRSWrapper(CoordinateReferenceSystem impl, boolean is3D) Creates a new wrapper for the given PROJ4J implementation.(package private)ProjectedCRSWrapper(CoordinateReferenceSystem impl, boolean is3D) Creates a new wrapper for the given PROJ4J implementation. -
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 CoordinateReferenceSystemModifier and TypeFieldDescriptionprivate ConcurrentHashMap<String, CoordinateReferenceSystem> CRSCache.crsCacheMethods 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)