public class DefaultCompoundCS extends AbstractCS
Used with CRS type(s) |
---|
Compound
|
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR
SINGLE_LINE
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Constructor and Description |
---|
DefaultCompoundCS(CoordinateSystem[] cs)
Constructs a compound coordinate system.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares this coordinate system with the specified object for equality.
|
List<CoordinateSystem> |
getCoordinateSystems()
Returns all coordinate systems in this compound CS.
|
distance, formatWKT, getAxis, getDimension, hashCode, isCompatibleDirection, isCompatibleUnit, standard, swapAndScaleAxis
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
getAlias, getIdentifiers, getName, getRemarks, toWKT
public DefaultCompoundCS(CoordinateSystem[] cs)
cs
- The set of coordinate syztem.public List<CoordinateSystem> getCoordinateSystems()
public boolean equals(AbstractIdentifiedObject object, boolean compareMetadata)
equals
in class AbstractCS
object
- The object to compare to this
.compareMetadata
- true
for performing a strict comparaison, or false
for
comparing only properties relevant to transformations.true
if both objects are equal.Copyright © 1996–2019 Geotools. All rights reserved.