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 ImageCRS
CRSAuthorityFactory. createImageCRS(String code)
Create a image coordinate reference system from a code.ImageCRS
CRSFactory. 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 class
DefaultImageCRS
An 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 ImageCRS
EPSGCRSAuthorityFactory. 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 ImageCRS
AbstractAuthorityFactory. createImageCRS(String code)
Creates a image coordinate reference system from a code.ImageCRS
AbstractAuthorityMediator. createImageCRS(String code)
ImageCRS
AbstractCachedAuthorityFactory. createImageCRS(String code)
ImageCRS
AuthorityFactoryAdapter. createImageCRS(String code)
Creates a image coordinate reference system from a code.ImageCRS
BufferedAuthorityFactory. createImageCRS(String code)
Returns an image coordinate reference system from a code.ImageCRS
CachedAuthorityDecorator. createImageCRS(String code)
ImageCRS
CachedCRSAuthorityDecorator. createImageCRS(String code)
ImageCRS
FallbackAuthorityFactory. createImageCRS(String code)
Creates a image coordinate reference system from a code.ImageCRS
ReferencingObjectFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)
Creates an image coordinate reference system.ImageCRS
ThreadedAuthorityFactory. createImageCRS(String code)
Returns an image coordinate reference system from a code.
-