Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.epsg.wkt | |
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.opengis.referencing.crs |
Modifier and Type | Class and Description |
---|---|
class |
DefaultImageCRS
An engineering coordinate reference system applied to locations in images.
|
Constructor and Description |
---|
DefaultImageCRS(ImageCRS crs)
Constructs a new image CRS with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
ImageCRS |
EPSGCRSAuthorityFactory.createImageCRS(String str)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ImageCRS |
ReferencingObjectFactory.createImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Creates an image coordinate reference system.
|
ImageCRS |
AbstractAuthorityFactory.createImageCRS(String code)
Creates a image coordinate reference system from a code.
|
ImageCRS |
FallbackAuthorityFactory.createImageCRS(String code)
Creates a image coordinate reference system from a code.
|
ImageCRS |
ThreadedAuthorityFactory.createImageCRS(String code)
Returns an image coordinate reference system from a code.
|
ImageCRS |
AbstractAuthorityMediator.createImageCRS(String code) |
ImageCRS |
CachedCRSAuthorityDecorator.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 |
CachedAuthorityDecorator.createImageCRS(String code) |
Modifier and Type | Method and Description |
---|---|
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–2019 Geotools. All rights reserved.