Package net.opengis.gml311
Interface PassThroughOperationType
-
- All Superinterfaces:
AbstractCoordinateOperationBaseType
,AbstractCoordinateOperationType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
PassThroughOperationTypeImpl
public interface PassThroughOperationType extends AbstractCoordinateOperationType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<BigInteger>
getModifiedCoordinate()
Returns the value of the 'Modified Coordinate' attribute list.OperationRefType
getUsesOperation()
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
-
-
-
-
Method Detail
-
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:
Gml311Package.getPassThroughOperationType_ModifiedCoordinate()
-
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(OperationRefType)
,Gml311Package.getPassThroughOperationType_UsesOperation()
-
setUsesOperation
void setUsesOperation(OperationRefType value)
Sets the value of the 'Uses Operation
' containment reference.- Parameters:
value
- the new value of the 'Uses Operation' containment reference.- See Also:
getUsesOperation()
-
-