public class BoundCoordinateReferenceSystem extends CoordinateReferenceSystem
| Constructor and Description |
|---|
BoundCoordinateReferenceSystem()
Constructor
|
BoundCoordinateReferenceSystem(CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
AbridgedCoordinateTransformation transformation)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Get the name
|
CoordinateReferenceSystem |
getSource()
Get the source coordinate reference system
|
CoordinateReferenceSystem |
getTarget()
Get the target coordinate reference system
|
AbridgedCoordinateTransformation |
getTransformation()
Get the abridged coordinate transformation
|
int |
hashCode() |
void |
setName(String name)
Set the name
|
void |
setSource(CoordinateReferenceSystem source)
Set the source coordinate reference system
|
void |
setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference system
|
void |
setTransformation(AbridgedCoordinateTransformation transformation)
Set the abridged coordinate transformation
|
addIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setRemark, setUsagespublic BoundCoordinateReferenceSystem()
public BoundCoordinateReferenceSystem(CoordinateReferenceSystem source, CoordinateReferenceSystem target, AbridgedCoordinateTransformation transformation)
source - source coordinate reference systemtarget - target coordinate reference systemtransformation - abridged coordinate transformationpublic String getName()
getName in interface ScopeExtentIdentifierRemarkgetName in class CommonCRSpublic void setName(String name)
setName in interface ScopeExtentIdentifierRemarksetName in class CommonCRSname - namepublic CoordinateReferenceSystem getSource()
public void setSource(CoordinateReferenceSystem source)
source - source coordinate reference systempublic CoordinateReferenceSystem getTarget()
public void setTarget(CoordinateReferenceSystem target)
target - target coordinate reference systempublic AbridgedCoordinateTransformation getTransformation()
public void setTransformation(AbridgedCoordinateTransformation transformation)
transformation - abridged coordinate transformationpublic int hashCode()
hashCode in class CoordinateReferenceSystempublic boolean equals(Object obj)
equals in class CoordinateReferenceSystemCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.