public class ConcatenatedOperation extends Operation
| Constructor and Description |
|---|
ConcatenatedOperation()
Constructor
|
ConcatenatedOperation(String name,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addOperation(CommonOperation operation)
Add the operation
|
void |
addOperations(List<CommonOperation> operations)
Add the operations
|
boolean |
equals(Object obj) |
CommonOperation |
getOperation(int index)
Get the operation at the index
|
List<CommonOperation> |
getOperations()
Get the operations
|
CoordinateReferenceSystem |
getTarget()
Get the target coordinate reference system
|
int |
hashCode() |
int |
numOperations()
Number of operations
|
void |
setOperations(List<CommonOperation> operations)
Set the operations
|
void |
setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference system
|
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, setUsagespublic ConcatenatedOperation()
public ConcatenatedOperation(String name, CoordinateReferenceSystem source, CoordinateReferenceSystem target)
name - namesource - source crstarget - target crspublic CoordinateReferenceSystem getTarget()
public void setTarget(CoordinateReferenceSystem target)
target - target crspublic List<CommonOperation> getOperations()
public int numOperations()
public CommonOperation getOperation(int index)
index - operation indexpublic void setOperations(List<CommonOperation> operations)
operations - operationspublic void addOperation(CommonOperation operation)
operation - operationpublic void addOperations(List<CommonOperation> operations)
operations - operationsCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.