public class DefaultCompoundCS extends AbstractCS
| Used with CRS type(s) |
|---|
Compound
|
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATORSINGLE_LINEALIAS_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, swapAndScaleAxisasSet, 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, toWKTgetAlias, getIdentifiers, getName, getRemarks, toWKTpublic DefaultCompoundCS(CoordinateSystem[] cs)
cs - The set of coordinate syztem.public List<CoordinateSystem> getCoordinateSystems()
public boolean equals(AbstractIdentifiedObject object, boolean compareMetadata)
equals in class AbstractCSobject - 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.