Uses of Interface
org.opengis.referencing.crs.ProjectedCRS
Packages that use ProjectedCRS
Package
Description
Base classes for validators and test suites for all GeoAPI objects.
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 TypeMethodDescriptionCRSAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system 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 with parameters of type ProjectedCRSModifier and TypeMethodDescriptionvoid
CRSValidator.validate
(ProjectedCRS object) Validates the given coordinate reference system.