Uses of Interface
org.geotools.api.referencing.crs.EngineeringCRS
-
Packages that use EngineeringCRS Package Description org.geotools.api.referencing.crs org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.epsg.wkt org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database. -
-
Uses of EngineeringCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return EngineeringCRS Modifier and Type Method Description EngineeringCRS
CRSAuthorityFactory. createEngineeringCRS(String code)
Create a engineering coordinate reference system from a code.EngineeringCRS
CRSFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
Creates a engineering coordinate reference system. -
Uses of EngineeringCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement EngineeringCRS Modifier and Type Class Description class
DefaultEngineeringCRS
A contextually local coordinate reference system.Constructors in org.geotools.referencing.crs with parameters of type EngineeringCRS Constructor Description DefaultEngineeringCRS(EngineeringCRS crs)
Constructs a new enginnering CRS with the same values than the specified one. -
Uses of EngineeringCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return EngineeringCRS Modifier and Type Method Description EngineeringCRS
EPSGCRSAuthorityFactory. createEngineeringCRS(String str)
-
Uses of EngineeringCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return EngineeringCRS Modifier and Type Method Description EngineeringCRS
AbstractAuthorityFactory. createEngineeringCRS(String code)
Creates a engineering coordinate reference system from a code.EngineeringCRS
AbstractCachedAuthorityFactory. createEngineeringCRS(String code)
EngineeringCRS
AuthorityFactoryAdapter. createEngineeringCRS(String code)
Creates a engineering coordinate reference system from a code.EngineeringCRS
BufferedAuthorityFactory. createEngineeringCRS(String code)
Returns an engineering coordinate reference system from a code.EngineeringCRS
CachedAuthorityDecorator. createEngineeringCRS(String code)
EngineeringCRS
CachedCRSAuthorityDecorator. createEngineeringCRS(String code)
EngineeringCRS
FallbackAuthorityFactory. createEngineeringCRS(String code)
Creates a engineering coordinate reference system from a code.EngineeringCRS
ReferencingObjectFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
Creates a engineering coordinate reference system.EngineeringCRS
ThreadedAuthorityFactory. createEngineeringCRS(String code)
Returns an engineering coordinate reference system from a code. -
Uses of EngineeringCRS in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return EngineeringCRS Modifier and Type Method Description EngineeringCRS
CartesianAuthorityFactory. createEngineeringCRS(String code)
-