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.referencingpackage. -
-
Uses of EngineeringCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return EngineeringCRS Modifier and Type Method Description EngineeringCRSCRSAuthorityFactory. createEngineeringCRS(java.lang.String code)Create a engineering coordinate reference system from a code.EngineeringCRSCRSFactory. 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 voidValidatorContainer. validate(EngineeringCRS object)Validates the given coordinate reference system.static voidValidators. 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 voidCRSValidator. validate(EngineeringCRS object)Validates the given coordinate reference system.
-