Uses of Interface
org.opengis.referencing.crs.ImageCRS
-
Packages that use ImageCRS 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 ImageCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ImageCRS Modifier and Type Method Description ImageCRS
CRSAuthorityFactory. createImageCRS(java.lang.String code)
Create a image coordinate reference system from a code.ImageCRS
CRSFactory. createImageCRS(java.util.Map<java.lang.String,?> properties, ImageDatum datum, AffineCS cs)
Creates an image coordinate reference system. -
Uses of ImageCRS in org.opengis.test
Methods in org.opengis.test with parameters of type ImageCRS Modifier and Type Method Description void
ValidatorContainer. validate(ImageCRS object)
Validates the given coordinate reference system.static void
Validators. validate(ImageCRS object)
Validates the given coordinate reference system. -
Uses of ImageCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ImageCRS Modifier and Type Method Description void
CRSValidator. validate(ImageCRS object)
Validates the given coordinate reference system.
-