Uses of Interface
org.opengis.referencing.crs.EngineeringCRS
Packages that use EngineeringCRS
Package
Description
Reference systems by coordinates.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of EngineeringCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return EngineeringCRSModifier and TypeMethodDescriptiondefault EngineeringCRS
CRSAuthorityFactory.createEngineeringCRS
(String code) Returns a engineering coordinate reference system from a code.default EngineeringCRS
CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering CRS from a datum.default EngineeringCRS
CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, DatumEnsemble<EngineeringDatum> datumEnsemble, CoordinateSystem cs) Creates a engineering CRS from a datum or datum ensemble. -
Uses of EngineeringCRS in org.opengis.test
Methods in org.opengis.test with parameters of type EngineeringCRSModifier and TypeMethodDescriptionfinal 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 that return EngineeringCRSModifier and TypeMethodDescriptionPseudoEpsgFactory.createEngineeringCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.Methods in org.opengis.test.referencing with parameters of type EngineeringCRSModifier and TypeMethodDescriptionvoid
CRSValidator.validate
(EngineeringCRS object) Validates the given coordinate reference system.