Uses of Interface
org.opengis.referencing.crs.ProjectedCRS
Package
Description
Reference systems by coordinates.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of ProjectedCRS in org.opengis.referencing.crs
Modifier and TypeMethodDescriptiondefault ProjectedCRS
CRSAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.default ProjectedCRS
CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected CRS from a defining conversion. -
Uses of ProjectedCRS in org.opengis.test
Modifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(ProjectedCRS object) Validates the given coordinate reference system.static void
Validators.validate
(ProjectedCRS object) Validates the given coordinate reference system. -
Uses of ProjectedCRS in org.opengis.test.referencing
Modifier and TypeMethodDescriptionPseudoEpsgFactory.createProjectedCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.Modifier and TypeMethodDescriptionvoid
CRSValidator.validate
(ProjectedCRS object) Validates the given coordinate reference system.