public class DefaultImageCRS extends AbstractSingleCRS implements ImageCRS
| Used with CS type(s) |
|---|
Cartesian,
Affine
|
datumcoordinateSystemEMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATORSINGLE_LINEDOMAIN_OF_VALIDITY_KEY, SCOPE_KEYALIAS_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, getDimensiondistance, formatWKTgetDomainOfValidity, getScope, getValidAreaasSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatchescleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKTgetDomainOfValidity, getScopegetAlias, getIdentifiers, getName, getRemarks, toWKTpublic 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 CoordinateReferenceSystemgetCoordinateSystem in interface ImageCRSgetCoordinateSystem in interface SingleCRSgetCoordinateSystem in class AbstractCRSpublic ImageDatum getDatum()
public int hashCode()
hashCode in class AbstractSingleCRSCopyright © 1996–2019 Geotools. All rights reserved.