public class CoordinateOperation extends SimpleOperation
| Constructor and Description |
|---|
CoordinateOperation()
Constructor
|
CoordinateOperation(String name,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
OperationMethod method)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CoordinateReferenceSystem |
getInterpolation()
Get the interpolation coordinate reference system
|
OperationType |
getOperationType()
Get the operation type
|
CoordinateReferenceSystem |
getTarget()
Get the target coordinate reference system
|
int |
hashCode() |
boolean |
hasInterpolation()
Has an interpolation coordinate reference system
|
void |
setInterpolation(CoordinateReferenceSystem interpolation)
Set the interpolation coordinate reference system
|
void |
setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference system
|
getMethod, setMethodgetAccuracy, getAccuracyText, getSource, getVersion, hasAccuracy, hasVersion, setAccuracy, setAccuracy, setSource, setVersionaddIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getName, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setName, setRemark, setUsagesaddExtra, addExtras, getCategoryType, getExtra, getExtras, getType, hasExtras, numExtras, setExtras, setType, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, getVersion, hasVersion, setName, setVersionaddIdentifier, addIdentifiers, getIdentifier, getIdentifiers, hasIdentifiers, numIdentifiers, setIdentifierspublic CoordinateOperation()
public CoordinateOperation(String name, CoordinateReferenceSystem source, CoordinateReferenceSystem target, OperationMethod method)
name - namesource - source crstarget - target crsmethod - operation methodpublic OperationType getOperationType()
public CoordinateReferenceSystem getTarget()
public void setTarget(CoordinateReferenceSystem target)
target - target crspublic CoordinateReferenceSystem getInterpolation()
public boolean hasInterpolation()
public void setInterpolation(CoordinateReferenceSystem interpolation)
interpolation - interpolation crspublic int hashCode()
hashCode in class SimpleOperationpublic boolean equals(Object obj)
equals in class SimpleOperationCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.