Uses of Interface
net.opengis.gml311.AbstractGeneralConversionType
-
Packages that use AbstractGeneralConversionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGeneralConversionType in net.opengis.gml311
Subinterfaces of AbstractGeneralConversionType in net.opengis.gml311 Modifier and Type Interface Description interface
ConversionType
A representation of the model object 'Conversion Type'.Methods in net.opengis.gml311 that return AbstractGeneralConversionType Modifier and Type Method Description AbstractGeneralConversionType
DocumentRoot. getGeneralConversion()
Returns the value of the 'General Conversion' containment reference.AbstractGeneralConversionType
GeneralConversionRefType. getGeneralConversion()
Returns the value of the 'General Conversion' containment reference. -
Uses of AbstractGeneralConversionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeneralConversionType Modifier and Type Class Description class
AbstractGeneralConversionTypeImpl
An implementation of the model object 'Abstract General Conversion Type'.class
ConversionTypeImpl
An implementation of the model object 'Conversion Type'.Methods in net.opengis.gml311.impl that return AbstractGeneralConversionType Modifier and Type Method Description AbstractGeneralConversionType
DocumentRootImpl. getGeneralConversion()
AbstractGeneralConversionType
GeneralConversionRefTypeImpl. getGeneralConversion()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralConversionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeneralConversion(AbstractGeneralConversionType newGeneralConversion, NotificationChain msgs)
NotificationChain
GeneralConversionRefTypeImpl. basicSetGeneralConversion(AbstractGeneralConversionType newGeneralConversion, NotificationChain msgs)
-
Uses of AbstractGeneralConversionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeneralConversionType Modifier and Type Method Description T
Gml311Switch. caseAbstractGeneralConversionType(AbstractGeneralConversionType object)
Returns the result of interpreting the object as an instance of 'Abstract General Conversion Type'.boolean
Gml311Validator. validateAbstractGeneralConversionType(AbstractGeneralConversionType abstractGeneralConversionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-