Package mil.nga.crs.operation
Class PointMotionOperation
- java.lang.Object
-
- mil.nga.crs.CRS
-
- mil.nga.crs.CommonCRS
-
- mil.nga.crs.operation.Operation
-
- mil.nga.crs.operation.SimpleOperation
-
- mil.nga.crs.operation.PointMotionOperation
-
- All Implemented Interfaces:
Identifiable
,ScopeExtentIdentifierRemark
,CommonOperation
public class PointMotionOperation extends SimpleOperation
Point Motion Operation- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description PointMotionOperation()
ConstructorPointMotionOperation(String name, CoordinateReferenceSystem source, OperationMethod method)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
OperationType
getOperationType()
Get the operation typeint
hashCode()
-
Methods inherited from class mil.nga.crs.operation.SimpleOperation
getMethod, setMethod
-
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, getVersion, hasVersion, setName, setVersion
-
Methods inherited from interface mil.nga.crs.common.Identifiable
addIdentifier, addIdentifiers, getIdentifier, getIdentifiers, hasIdentifiers, numIdentifiers, setIdentifiers
-
-
-
-
Constructor Detail
-
PointMotionOperation
public PointMotionOperation()
Constructor
-
PointMotionOperation
public PointMotionOperation(String name, CoordinateReferenceSystem source, OperationMethod method)
Constructor- Parameters:
name
- namesource
- source crsmethod
- operation method
-
-
Method Detail
-
getOperationType
public OperationType getOperationType()
Get the operation type- Returns:
- operation type
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSimpleOperation
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classSimpleOperation
-
-