Uses of Interface
net.opengis.gml311.AbstractCoordinateOperationBaseType
-
Packages that use AbstractCoordinateOperationBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractCoordinateOperationBaseType in net.opengis.gml311
Subinterfaces of AbstractCoordinateOperationBaseType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractCoordinateOperationTypeA representation of the model object 'Abstract Coordinate Operation Type'.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'. -
Uses of AbstractCoordinateOperationBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractCoordinateOperationBaseType Modifier and Type Class Description classAbstractCoordinateOperationBaseTypeImplAn implementation of the model object 'Abstract Coordinate Operation Base Type'.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'. -
Uses of AbstractCoordinateOperationBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractCoordinateOperationBaseType Modifier and Type Method Description TGml311Switch. caseAbstractCoordinateOperationBaseType(AbstractCoordinateOperationBaseType object)Returns the result of interpreting the object as an instance of 'Abstract Coordinate Operation Base Type'.booleanGml311Validator. validateAbstractCoordinateOperationBaseType(AbstractCoordinateOperationBaseType abstractCoordinateOperationBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-