public class DerivedCoordinateReferenceSystem extends SimpleCoordinateReferenceSystem
| Constructor and Description |
|---|
DerivedCoordinateReferenceSystem()
Constructor
|
DerivedCoordinateReferenceSystem(String name,
CoordinateReferenceSystem base,
DerivingConversion conversion,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CoordinateReferenceSystem |
getBase()
Get the base coordinate reference system
|
List<Identifier> |
getBaseIdentifiers()
Get the base identifiers
|
String |
getBaseName()
Get the base name
|
CRSType |
getBaseType()
Get the base type
|
DerivingConversion |
getConversion()
Get the deriving conversion
|
boolean |
hasBaseIdentifiers()
Has base identifiers
|
int |
hashCode() |
void |
setBase(CoordinateReferenceSystem base)
Set the base coordinate reference system
|
void |
setConversion(DerivingConversion conversion)
Set the deriving conversion
|
getCoordinateSystem, setCoordinateSystemaddIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getName, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setName, setRemark, setUsagespublic DerivedCoordinateReferenceSystem()
public DerivedCoordinateReferenceSystem(String name, CoordinateReferenceSystem base, DerivingConversion conversion, CoordinateSystem coordinateSystem)
name - namebase - base CRSconversion - deriving conversioncoordinateSystem - coordinate systempublic CoordinateReferenceSystem getBase()
public void setBase(CoordinateReferenceSystem base)
base - base coordinate reference systempublic String getBaseName()
public CRSType getBaseType()
public List<Identifier> getBaseIdentifiers()
public boolean hasBaseIdentifiers()
public DerivingConversion getConversion()
public void setConversion(DerivingConversion conversion)
conversion - deriving conversionpublic int hashCode()
hashCode in class SimpleCoordinateReferenceSystempublic boolean equals(Object obj)
equals in class SimpleCoordinateReferenceSystemCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.