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 interface
AbstractCoordinateOperationType
A representation of the model object 'Abstract Coordinate Operation Type'.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'. -
Uses of AbstractCoordinateOperationBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractCoordinateOperationBaseType Modifier and Type Class Description class
AbstractCoordinateOperationBaseTypeImpl
An implementation of the model object 'Abstract Coordinate Operation Base Type'.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'. -
Uses of AbstractCoordinateOperationBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractCoordinateOperationBaseType Modifier and Type Method Description T
Gml311Switch. caseAbstractCoordinateOperationBaseType(AbstractCoordinateOperationBaseType object)
Returns the result of interpreting the object as an instance of 'Abstract Coordinate Operation Base Type'.boolean
Gml311Validator. validateAbstractCoordinateOperationBaseType(AbstractCoordinateOperationBaseType abstractCoordinateOperationBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-