Uses of Interface
org.opengis.referencing.crs.ProjectedCRS
Packages that use 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
Methods in org.opengis.referencing.crs that return ProjectedCRSModifier 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
Methods in org.opengis.test with parameters of type ProjectedCRSModifier 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
Methods in org.opengis.test.referencing that return ProjectedCRSModifier and TypeMethodDescriptionPseudoEpsgFactory.createProjectedCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.Methods in org.opengis.test.referencing with parameters of type ProjectedCRSModifier and TypeMethodDescriptionvoid
CRSValidator.validate
(ProjectedCRS object) Validates the given coordinate reference system.