Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.datum |
Datum implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.opengis.referencing.crs | |
org.opengis.referencing.datum |
Geodetic datum (the relationship of a
coordinate system to the earth).
|
Modifier and Type | Method and Description |
---|---|
ImageDatum |
DefaultImageCRS.getDatum()
Returns the datum.
|
Constructor and Description |
---|
DefaultImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Constructs an image CRS from a set of properties.
|
DefaultImageCRS(String name,
ImageDatum datum,
AffineCS cs)
Constructs an image CRS from a name.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultImageDatum
Defines the origin of an image coordinate reference system.
|
Constructor and Description |
---|
DefaultImageDatum(ImageDatum datum)
Constructs a new datum with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
ImageDatum |
DatumAliases.createImageDatum(Map<String,?> properties,
PixelInCell pixelInCell)
Creates an image datum.
|
ImageDatum |
ReferencingObjectFactory.createImageDatum(Map<String,?> properties,
PixelInCell pixelInCell)
Creates an image datum.
|
ImageDatum |
AbstractAuthorityFactory.createImageDatum(String code)
Creates a image datum from a code.
|
ImageDatum |
FallbackAuthorityFactory.createImageDatum(String code)
Creates a image datum from a code.
|
ImageDatum |
ThreadedAuthorityFactory.createImageDatum(String code)
Returns an image datum from a code.
|
ImageDatum |
AbstractAuthorityMediator.createImageDatum(String code) |
ImageDatum |
BufferedAuthorityFactory.createImageDatum(String code)
Returns an image datum from a code.
|
ImageDatum |
AuthorityFactoryAdapter.createImageDatum(String code)
Creates a image datum from a code.
|
ImageDatum |
AbstractCachedAuthorityFactory.createImageDatum(String code) |
ImageDatum |
CachedAuthorityDecorator.createImageDatum(String code) |
Modifier and Type | Method and Description |
---|---|
ImageCRS |
ReferencingObjectFactory.createImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Creates an image coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
ImageDatum |
ImageCRS.getDatum()
Returns the datum, which must be an image one.
|
Modifier and Type | Method and Description |
---|---|
ImageCRS |
CRSFactory.createImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Creates an image coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
ImageDatum |
DatumFactory.createImageDatum(Map<String,?> properties,
PixelInCell pixelInCell)
Creates an image datum.
|
ImageDatum |
DatumAuthorityFactory.createImageDatum(String code)
Creates a image datum from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.