Uses of Interface
net.opengis.gml311.AbstractCoordinateOperationType
-
Packages that use AbstractCoordinateOperationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractCoordinateOperationType in net.opengis.gml311
Subinterfaces of AbstractCoordinateOperationType in net.opengis.gml311 Modifier and Type Interface Description interface
AbstractGeneralConversionType
A representation of the model object 'Abstract General Conversion Type'.interface
AbstractGeneralTransformationType
A representation of the model object 'Abstract General Transformation Type'.interface
ConcatenatedOperationType
A representation of the model object 'Concatenated Operation Type'.interface
ConversionType
A representation of the model object 'Conversion Type'.interface
PassThroughOperationType
A representation of the model object 'Pass Through Operation Type'.interface
TransformationType
A representation of the model object 'Transformation Type'.Methods in net.opengis.gml311 that return AbstractCoordinateOperationType Modifier and Type Method Description AbstractCoordinateOperationType
CoordinateOperationRefType. getCoordinateOperation()
Returns the value of the 'Coordinate Operation' containment reference.AbstractCoordinateOperationType
DocumentRoot. getCoordinateOperation()
Returns the value of the 'Coordinate Operation' containment reference.AbstractCoordinateOperationType
DocumentRoot. getOperation()
Returns the value of the 'Operation' containment reference.AbstractCoordinateOperationType
OperationRefType. getOperation()
Returns the value of the 'Operation' containment reference.AbstractCoordinateOperationType
DocumentRoot. getSingleOperation()
Returns the value of the 'Single Operation' containment reference.AbstractCoordinateOperationType
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 AbstractCoordinateOperationType Modifier and Type Class Description class
AbstractCoordinateOperationTypeImpl
An implementation of the model object 'Abstract Coordinate Operation Type'.class
AbstractGeneralConversionTypeImpl
An implementation of the model object 'Abstract General Conversion Type'.class
AbstractGeneralTransformationTypeImpl
An implementation of the model object 'Abstract General Transformation Type'.class
ConcatenatedOperationTypeImpl
An implementation of the model object 'Concatenated Operation Type'.class
ConversionTypeImpl
An implementation of the model object 'Conversion Type'.class
PassThroughOperationTypeImpl
An implementation of the model object 'Pass Through Operation Type'.class
TransformationTypeImpl
An implementation of the model object 'Transformation Type'.Methods in net.opengis.gml311.impl that return AbstractCoordinateOperationType Modifier and Type Method Description AbstractCoordinateOperationType
CoordinateOperationRefTypeImpl. getCoordinateOperation()
AbstractCoordinateOperationType
DocumentRootImpl. getCoordinateOperation()
AbstractCoordinateOperationType
DocumentRootImpl. getOperation()
AbstractCoordinateOperationType
OperationRefTypeImpl. getOperation()
AbstractCoordinateOperationType
DocumentRootImpl. getSingleOperation()
AbstractCoordinateOperationType
SingleOperationRefTypeImpl. getSingleOperation()
Methods in net.opengis.gml311.impl with parameters of type AbstractCoordinateOperationType Modifier and Type Method Description NotificationChain
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 AbstractCoordinateOperationType Modifier and Type Method Description T
Gml311Switch. 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)
-