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) class
GeographicCRSWrapper
Wraps a PROJ4J implementation behind the equivalent GeoAPI interface.(package private) class
ProjectedCRSWrapper
Wraps 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 AbstractCRS
AbstractCRS. wrap(CoordinateReferenceSystem impl, boolean is3D)
Wraps the given implementation.
-