Package mil.nga.crs.operation
Class SimpleOperation
- java.lang.Object
-
- mil.nga.crs.CRS
-
- mil.nga.crs.CommonCRS
-
- mil.nga.crs.operation.Operation
-
- mil.nga.crs.operation.SimpleOperation
-
- All Implemented Interfaces:
Identifiable
,ScopeExtentIdentifierRemark
,CommonOperation
- Direct Known Subclasses:
CoordinateOperation
,PointMotionOperation
public abstract class SimpleOperation extends Operation implements CommonOperation
Simple Operation- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description SimpleOperation(String name, CRSType type, CoordinateReferenceSystem source, OperationMethod method)
ConstructorSimpleOperation(CRSType type)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
OperationMethod
getMethod()
Get the methodint
hashCode()
void
setMethod(OperationMethod method)
Set the method-
Methods inherited from class mil.nga.crs.operation.Operation
getAccuracy, getAccuracyText, getSource, getVersion, hasAccuracy, hasVersion, setAccuracy, setAccuracy, setSource, setVersion
-
Methods inherited from class mil.nga.crs.CommonCRS
addIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getName, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setName, setRemark, setUsages
-
Methods inherited from class mil.nga.crs.CRS
addExtra, addExtras, getCategoryType, getExtra, getExtras, getType, hasExtras, numExtras, setExtras, setType, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface mil.nga.crs.operation.CommonOperation
getName, getOperationType, getVersion, hasVersion, setName, setVersion
-
Methods inherited from interface mil.nga.crs.common.Identifiable
addIdentifier, addIdentifiers, getIdentifier, getIdentifiers, hasIdentifiers, numIdentifiers, setIdentifiers
-
-
-
-
Constructor Detail
-
SimpleOperation
public SimpleOperation(CRSType type)
Constructor- Parameters:
type
- crs operation type
-
SimpleOperation
public SimpleOperation(String name, CRSType type, CoordinateReferenceSystem source, OperationMethod method)
Constructor- Parameters:
name
- nametype
- crs operation typesource
- source crsmethod
- operation method
-
-
Method Detail
-
getMethod
public OperationMethod getMethod()
Get the method- Specified by:
getMethod
in interfaceCommonOperation
- Returns:
- method
-
setMethod
public void setMethod(OperationMethod method)
Set the method- Specified by:
setMethod
in interfaceCommonOperation
- Parameters:
method
- method
-
-