public abstract class SimpleOperation extends Operation implements CommonOperation
| Constructor and Description |
|---|
SimpleOperation(CRSType type)
Constructor
|
SimpleOperation(String name,
CRSType type,
CoordinateReferenceSystem source,
OperationMethod method)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
OperationMethod |
getMethod()
Get the method
|
int |
hashCode() |
void |
setMethod(OperationMethod method)
Set the method
|
getAccuracy, 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, getOperationType, getVersion, hasVersion, setName, setVersionaddIdentifier, addIdentifiers, getIdentifier, getIdentifiers, hasIdentifiers, numIdentifiers, setIdentifierspublic SimpleOperation(CRSType type)
type - crs operation typepublic SimpleOperation(String name, CRSType type, CoordinateReferenceSystem source, OperationMethod method)
name - nametype - crs operation typesource - source crsmethod - operation methodpublic OperationMethod getMethod()
getMethod in interface CommonOperationpublic void setMethod(OperationMethod method)
setMethod in interface CommonOperationmethod - methodCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.