Uses of Interface
org.opengis.referencing.crs.EngineeringCRS
-
Packages that use EngineeringCRS Package Description org.opengis.referencing.crs org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of EngineeringCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return EngineeringCRS Modifier and Type Method Description EngineeringCRS
CRSAuthorityFactory. createEngineeringCRS(java.lang.String code)
Create a engineering coordinate reference system from a code.EngineeringCRS
CRSFactory. createEngineeringCRS(java.util.Map<java.lang.String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
Creates a engineering coordinate reference system. -
Uses of EngineeringCRS in org.opengis.test
Methods in org.opengis.test with parameters of type EngineeringCRS Modifier and Type Method Description void
ValidatorContainer. validate(EngineeringCRS object)
Validates the given coordinate reference system.static void
Validators. validate(EngineeringCRS object)
Validates the given coordinate reference system. -
Uses of EngineeringCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type EngineeringCRS Modifier and Type Method Description void
CRSValidator. validate(EngineeringCRS object)
Validates the given coordinate reference system.
-