Uses of Interface
org.geotools.api.referencing.crs.ImageCRS
-
Packages that use ImageCRS Package Description org.geotools.api.referencing.crs org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.epsg.wkt org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of ImageCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return ImageCRS Modifier and Type Method Description ImageCRSCRSAuthorityFactory. createImageCRS(String code)Create a image coordinate reference system from a code.ImageCRSCRSFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Creates an image coordinate reference system. -
Uses of ImageCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement ImageCRS Modifier and Type Class Description classDefaultImageCRSAn engineering coordinate reference system applied to locations in images.Constructors in org.geotools.referencing.crs with parameters of type ImageCRS Constructor Description DefaultImageCRS(ImageCRS crs)Constructs a new image CRS with the same values than the specified one. -
Uses of ImageCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return ImageCRS Modifier and Type Method Description ImageCRSEPSGCRSAuthorityFactory. createImageCRS(String str) -
Uses of ImageCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return ImageCRS Modifier and Type Method Description ImageCRSAbstractAuthorityFactory. createImageCRS(String code)Creates a image coordinate reference system from a code.ImageCRSAbstractAuthorityMediator. createImageCRS(String code)ImageCRSAbstractCachedAuthorityFactory. createImageCRS(String code)ImageCRSAuthorityFactoryAdapter. createImageCRS(String code)Creates a image coordinate reference system from a code.ImageCRSBufferedAuthorityFactory. createImageCRS(String code)Returns an image coordinate reference system from a code.ImageCRSCachedAuthorityDecorator. createImageCRS(String code)ImageCRSCachedCRSAuthorityDecorator. createImageCRS(String code)ImageCRSFallbackAuthorityFactory. createImageCRS(String code)Creates a image coordinate reference system from a code.ImageCRSReferencingObjectFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Creates an image coordinate reference system.ImageCRSThreadedAuthorityFactory. createImageCRS(String code)Returns an image coordinate reference system from a code.
-