public class DefaultImageCRS extends AbstractSingleCRS implements ImageCRS
Used with CS type(s) |
---|
Cartesian ,
Affine
|
datum
coordinateSystem
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR
SINGLE_LINE
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Constructor and Description |
---|
DefaultImageCRS(ImageCRS crs)
Constructs a new image CRS with the same values than the specified one.
|
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 | Method and Description |
---|---|
AffineCS |
getCoordinateSystem()
Returns the coordinate system.
|
ImageDatum |
getDatum()
Returns the datum.
|
int |
hashCode()
Returns a hash value for this geographic CRS.
|
equals, getAxis, getDimension
distance, formatWKT
getDomainOfValidity, getScope, getValidArea
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatches
cleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKT
getDomainOfValidity, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
public DefaultImageCRS(ImageCRS crs)
crs
- The coordinate reference system to copy.public DefaultImageCRS(String name, ImageDatum datum, AffineCS cs)
name
- The name.datum
- The datum.cs
- The coordinate system.public DefaultImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)
properties
- Set of properties. Should contains at least "name"
.datum
- The datum.cs
- The coordinate system.public AffineCS getCoordinateSystem()
getCoordinateSystem
in interface CoordinateReferenceSystem
getCoordinateSystem
in interface ImageCRS
getCoordinateSystem
in interface SingleCRS
getCoordinateSystem
in class AbstractCRS
public ImageDatum getDatum()
public int hashCode()
hashCode
in class AbstractSingleCRS
Copyright © 1996–2019 Geotools. All rights reserved.