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 interfaceAbstractGeneralConversionTypeA representation of the model object 'Abstract General Conversion Type'.interfaceAbstractGeneralTransformationTypeA representation of the model object 'Abstract General Transformation Type'.interfaceConcatenatedOperationTypeA representation of the model object 'Concatenated Operation Type'.interfaceConversionTypeA representation of the model object 'Conversion Type'.interfacePassThroughOperationTypeA representation of the model object 'Pass Through Operation Type'.interfaceTransformationTypeA representation of the model object 'Transformation Type'.Methods in net.opengis.gml311 that return AbstractCoordinateOperationType Modifier and Type Method Description AbstractCoordinateOperationTypeCoordinateOperationRefType. getCoordinateOperation()Returns the value of the 'Coordinate Operation' containment reference.AbstractCoordinateOperationTypeDocumentRoot. getCoordinateOperation()Returns the value of the 'Coordinate Operation' containment reference.AbstractCoordinateOperationTypeDocumentRoot. getOperation()Returns the value of the 'Operation' containment reference.AbstractCoordinateOperationTypeOperationRefType. getOperation()Returns the value of the 'Operation' containment reference.AbstractCoordinateOperationTypeDocumentRoot. getSingleOperation()Returns the value of the 'Single Operation' containment reference.AbstractCoordinateOperationTypeSingleOperationRefType. 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 classAbstractCoordinateOperationTypeImplAn implementation of the model object 'Abstract Coordinate Operation Type'.classAbstractGeneralConversionTypeImplAn implementation of the model object 'Abstract General Conversion Type'.classAbstractGeneralTransformationTypeImplAn implementation of the model object 'Abstract General Transformation Type'.classConcatenatedOperationTypeImplAn implementation of the model object 'Concatenated Operation Type'.classConversionTypeImplAn implementation of the model object 'Conversion Type'.classPassThroughOperationTypeImplAn implementation of the model object 'Pass Through Operation Type'.classTransformationTypeImplAn implementation of the model object 'Transformation Type'.Methods in net.opengis.gml311.impl that return AbstractCoordinateOperationType Modifier and Type Method Description AbstractCoordinateOperationTypeCoordinateOperationRefTypeImpl. getCoordinateOperation()AbstractCoordinateOperationTypeDocumentRootImpl. getCoordinateOperation()AbstractCoordinateOperationTypeDocumentRootImpl. getOperation()AbstractCoordinateOperationTypeOperationRefTypeImpl. getOperation()AbstractCoordinateOperationTypeDocumentRootImpl. getSingleOperation()AbstractCoordinateOperationTypeSingleOperationRefTypeImpl. getSingleOperation()Methods in net.opengis.gml311.impl with parameters of type AbstractCoordinateOperationType Modifier and Type Method Description NotificationChainCoordinateOperationRefTypeImpl. basicSetCoordinateOperation(AbstractCoordinateOperationType newCoordinateOperation, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCoordinateOperation(AbstractCoordinateOperationType newCoordinateOperation, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetOperation(AbstractCoordinateOperationType newOperation, NotificationChain msgs)NotificationChainOperationRefTypeImpl. basicSetOperation(AbstractCoordinateOperationType newOperation, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSingleOperation(AbstractCoordinateOperationType newSingleOperation, NotificationChain msgs)NotificationChainSingleOperationRefTypeImpl. 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 TGml311Switch. caseAbstractCoordinateOperationType(AbstractCoordinateOperationType object)Returns the result of interpreting the object as an instance of 'Abstract Coordinate Operation Type'.booleanGml311Validator. validateAbstractCoordinateOperationType(AbstractCoordinateOperationType abstractCoordinateOperationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-