Uses of Class
org.locationtech.proj4j.geoapi.AbstractCRS
-
Packages that use AbstractCRS Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of AbstractCRS in org.locationtech.proj4j.geoapi
Subclasses of AbstractCRS in org.locationtech.proj4j.geoapi Modifier and Type Class Description (package private) classGeographicCRSWrapperWraps a PROJ4J implementation behind the equivalent GeoAPI interface.(package private) classProjectedCRSWrapperWraps a PROJ4J implementation behind the equivalent GeoAPI interface.Methods in org.locationtech.proj4j.geoapi that return AbstractCRS Modifier and Type Method Description (package private) static AbstractCRSAbstractCRS. wrap(CoordinateReferenceSystem impl, boolean is3D)Wraps the given implementation.
-