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.referencingpackage. -
-
Uses of ProjectedCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ProjectedCRS Modifier and Type Method Description ProjectedCRSCRSAuthorityFactory. createProjectedCRS(java.lang.String code)Returns a projected coordinate reference system from a code.ProjectedCRSCRSFactory. 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 voidValidatorContainer. validate(ProjectedCRS object)Validates the given coordinate reference system.static voidValidators. 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 voidCRSValidator. validate(ProjectedCRS object)Validates the given coordinate reference system.
-