Uses of Interface
org.opengis.referencing.crs.ImageCRS

Packages that use ImageCRS
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
 

Uses of ImageCRS in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement ImageCRS
 class DefaultImageCRS
          An engineering coordinate reference system applied to locations in images.
 

Methods in org.geotools.referencing.crs that return ImageCRS
 ImageCRS EPSGCRSAuthorityFactory.createImageCRS(String str)
          Deprecated.  
 

Constructors in org.geotools.referencing.crs with parameters of type ImageCRS
DefaultImageCRS(ImageCRS crs)
          Constructs a new image CRS with the same values than the specified one.
 

Uses of ImageCRS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return ImageCRS
 ImageCRS ReferencingObjectFactory.createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)
          Creates an image coordinate reference system.
 ImageCRS AbstractAuthorityMediator.createImageCRS(String code)
           
 ImageCRS BufferedAuthorityFactory.createImageCRS(String code)
          Returns an image coordinate reference system from a code.
 ImageCRS AuthorityFactoryAdapter.createImageCRS(String code)
          Creates a image coordinate reference system from a code.
 ImageCRS AbstractCachedAuthorityFactory.createImageCRS(String code)
           
 ImageCRS CachedCRSAuthorityDecorator.createImageCRS(String code)
           
 ImageCRS CachedAuthorityDecorator.createImageCRS(String code)
           
 ImageCRS ThreadedAuthorityFactory.createImageCRS(String code)
          Returns an image coordinate reference system from a code.
 ImageCRS FallbackAuthorityFactory.createImageCRS(String code)
          Creates a image coordinate reference system from a code.
 ImageCRS AbstractAuthorityFactory.createImageCRS(String code)
          Creates a image coordinate reference system from a code.
 

Uses of ImageCRS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return ImageCRS
 ImageCRS CRSFactory.createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)
          Creates an image coordinate reference system.
 ImageCRS CRSAuthorityFactory.createImageCRS(String code)
          Create a image coordinate reference system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.