Package net.opengis.gml311
Interface PassThroughOperationType
- All Superinterfaces:
AbstractCoordinateOperationBaseType
,AbstractCoordinateOperationType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
PassThroughOperationTypeImpl
A representation of the model object 'Pass Through Operation Type'.
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<BigInteger>
Returns the value of the 'Modified Coordinate' attribute list.Returns the value of the 'Uses Operation' containment reference.void
setUsesOperation
(OperationRefType value) Sets the value of the 'Uses Operation
' containment reference.Methods inherited from interface AbstractCoordinateOperationBaseType
getCoordinateOperationName, setCoordinateOperationName
Methods inherited from interface AbstractCoordinateOperationType
getCoordinateOperationID, getOperationVersion, getPositionalAccuracy, getPositionalAccuracyGroup, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getModifiedCoordinate
EList<BigInteger> getModifiedCoordinate()Returns the value of the 'Modified Coordinate' attribute list. The list contents are of typeBigInteger
. Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.- Returns:
- the value of the 'Modified Coordinate' attribute list.
- See Also:
-
getUsesOperation
OperationRefType getUsesOperation()Returns the value of the 'Uses Operation' containment reference. Association to the operation applied to the specified ordinates.- Returns:
- the value of the 'Uses Operation' containment reference.
- See Also:
-
setUsesOperation
Sets the value of the 'Uses Operation
' containment reference.- Parameters:
value
- the new value of the 'Uses Operation' containment reference.- See Also:
-