Uses of Interface
org.opengis.referencing.crs.ProjectedCRS
-
Packages that use ProjectedCRS Package Description org.opengis.referencing.crs org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of ProjectedCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ProjectedCRS Modifier and Type Method Description ProjectedCRS
CRSAuthorityFactory. createProjectedCRS(java.lang.String code)
Returns a projected coordinate reference system from a code.ProjectedCRS
CRSFactory. createProjectedCRS(java.util.Map<java.lang.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 ProjectedCRS Modifier and Type Method Description 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 ProjectedCRS Modifier and Type Method Description void
CRSValidator. validate(ProjectedCRS object)
Validates the given coordinate reference system.
-