public abstract class Operation extends CommonCRS
| Constructor and Description |
|---|
Operation(CRSType type)
Constructor
|
Operation(String name,
CRSType type,
CoordinateReferenceSystem source)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Double |
getAccuracy()
Get the coordinate operation accuracy
|
String |
getAccuracyText()
Get the coordinate operation accuracy text
|
CoordinateReferenceSystem |
getSource()
Get the source coordinate reference system
|
String |
getVersion()
Get the operation version
|
boolean |
hasAccuracy()
Has a coordinate operation accuracy
|
int |
hashCode() |
boolean |
hasVersion()
Has an operation version
|
void |
setAccuracy(Double accuracy)
Set the coordinate operation accuracy
|
void |
setAccuracy(String accuracy)
Set the coordinate operation accuracy
|
void |
setSource(CoordinateReferenceSystem source)
Set the source coordinate reference system
|
void |
setVersion(String version)
Set the operation version
|
addIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getName, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setName, setRemark, setUsagespublic Operation(CRSType type)
type - crs operation typepublic Operation(String name, CRSType type, CoordinateReferenceSystem source)
name - nametype - crs operation typesource - source crspublic String getVersion()
public boolean hasVersion()
public void setVersion(String version)
version - operation versionpublic CoordinateReferenceSystem getSource()
public void setSource(CoordinateReferenceSystem source)
source - source crspublic Double getAccuracy()
public String getAccuracyText()
public boolean hasAccuracy()
public void setAccuracy(Double accuracy)
accuracy - coordinate operation accuracypublic void setAccuracy(String accuracy)
accuracy - coordinate operation accuracyCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.