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.referencingpackage. -
-
Uses of ImageCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ImageCRS Modifier and Type Method Description ImageCRSCRSAuthorityFactory. createImageCRS(java.lang.String code)Create a image coordinate reference system from a code.ImageCRSCRSFactory. 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 voidValidatorContainer. validate(ImageCRS object)Validates the given coordinate reference system.static voidValidators. 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 voidCRSValidator. validate(ImageCRS object)Validates the given coordinate reference system.
-