Uses of Interface
net.opengis.gml311.AbstractCoordinateOperationType
Packages that use AbstractCoordinateOperationType
-
Uses of AbstractCoordinateOperationType in net.opengis.gml311
Subinterfaces of AbstractCoordinateOperationType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Abstract General Conversion Type'.interface
A representation of the model object 'Abstract General Transformation Type'.interface
A representation of the model object 'Concatenated Operation Type'.interface
A representation of the model object 'Conversion Type'.interface
A representation of the model object 'Pass Through Operation Type'.interface
A representation of the model object 'Transformation Type'.Methods in net.opengis.gml311 that return AbstractCoordinateOperationTypeModifier and TypeMethodDescriptionCoordinateOperationRefType.getCoordinateOperation()
Returns the value of the 'Coordinate Operation' containment reference.DocumentRoot.getCoordinateOperation()
Returns the value of the 'Coordinate Operation' containment reference.DocumentRoot.getOperation()
Returns the value of the 'Operation' containment reference.OperationRefType.getOperation()
Returns the value of the 'Operation' containment reference.DocumentRoot.getSingleOperation()
Returns the value of the 'Single Operation' containment reference.SingleOperationRefType.getSingleOperation()
Returns the value of the 'Single Operation' containment reference. -
Uses of AbstractCoordinateOperationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractCoordinateOperationTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Coordinate Operation Type'.class
An implementation of the model object 'Abstract General Conversion Type'.class
An implementation of the model object 'Abstract General Transformation Type'.class
An implementation of the model object 'Concatenated Operation Type'.class
An implementation of the model object 'Conversion Type'.class
An implementation of the model object 'Pass Through Operation Type'.class
An implementation of the model object 'Transformation Type'.Methods in net.opengis.gml311.impl that return AbstractCoordinateOperationTypeModifier and TypeMethodDescriptionCoordinateOperationRefTypeImpl.getCoordinateOperation()
DocumentRootImpl.getCoordinateOperation()
DocumentRootImpl.getOperation()
OperationRefTypeImpl.getOperation()
DocumentRootImpl.getSingleOperation()
SingleOperationRefTypeImpl.getSingleOperation()
Methods in net.opengis.gml311.impl with parameters of type AbstractCoordinateOperationTypeModifier and TypeMethodDescriptionNotificationChain
CoordinateOperationRefTypeImpl.basicSetCoordinateOperation
(AbstractCoordinateOperationType newCoordinateOperation, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCoordinateOperation
(AbstractCoordinateOperationType newCoordinateOperation, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetOperation
(AbstractCoordinateOperationType newOperation, NotificationChain msgs) NotificationChain
OperationRefTypeImpl.basicSetOperation
(AbstractCoordinateOperationType newOperation, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSingleOperation
(AbstractCoordinateOperationType newSingleOperation, NotificationChain msgs) NotificationChain
SingleOperationRefTypeImpl.basicSetSingleOperation
(AbstractCoordinateOperationType newSingleOperation, NotificationChain msgs) -
Uses of AbstractCoordinateOperationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractCoordinateOperationTypeModifier and TypeMethodDescriptionGml311Switch.caseAbstractCoordinateOperationType
(AbstractCoordinateOperationType object) Returns the result of interpreting the object as an instance of 'Abstract Coordinate Operation Type'.boolean
Gml311Validator.validateAbstractCoordinateOperationType
(AbstractCoordinateOperationType abstractCoordinateOperationType, DiagnosticChain diagnostics, Map<Object, Object> context)