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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<BigInteger>getModifiedCoordinate()Returns the value of the 'Modified Coordinate' attribute list.OperationRefTypegetUsesOperation()Returns the value of the 'Uses Operation' containment reference.voidsetUsesOperation(OperationRefType value)Sets the value of the 'Uses Operation' containment reference.- 
Methods inherited from interface AbstractCoordinateOperationBaseTypegetCoordinateOperationName, setCoordinateOperationName
 - 
Methods inherited from interface AbstractCoordinateOperationTypegetCoordinateOperationID, getOperationVersion, getPositionalAccuracy, getPositionalAccuracyGroup, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getModifiedCoordinateEList<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()
 
 - 
getUsesOperationOperationRefType 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()
 
 - 
setUsesOperationvoid 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()
 
 
- 
 
-