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 EngineeringCRSCRSAuthorityFactory.createEngineeringCRS(String code) Returns a engineering coordinate reference system from a code.default EngineeringCRSCRSFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering CRS from a datum.default EngineeringCRSCRSFactory.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 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 that return EngineeringCRSModifier and TypeMethodDescriptionPseudoEpsgFactory.createEngineeringCRS(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.Methods in org.opengis.test.referencing with parameters of type EngineeringCRSModifier and TypeMethodDescriptionvoidCRSValidator.validate(EngineeringCRS object) Validates the given coordinate reference system.