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 interfaceConversionTypeA representation of the model object 'Conversion Type'.Methods in net.opengis.gml311 that return AbstractGeneralConversionType Modifier and Type Method Description AbstractGeneralConversionTypeDocumentRoot. getGeneralConversion()Returns the value of the 'General Conversion' containment reference.AbstractGeneralConversionTypeGeneralConversionRefType. 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 classAbstractGeneralConversionTypeImplAn implementation of the model object 'Abstract General Conversion Type'.classConversionTypeImplAn implementation of the model object 'Conversion Type'.Methods in net.opengis.gml311.impl that return AbstractGeneralConversionType Modifier and Type Method Description AbstractGeneralConversionTypeDocumentRootImpl. getGeneralConversion()AbstractGeneralConversionTypeGeneralConversionRefTypeImpl. getGeneralConversion()Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralConversionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeneralConversion(AbstractGeneralConversionType newGeneralConversion, NotificationChain msgs)NotificationChainGeneralConversionRefTypeImpl. 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 TGml311Switch. caseAbstractGeneralConversionType(AbstractGeneralConversionType object)Returns the result of interpreting the object as an instance of 'Abstract General Conversion Type'.booleanGml311Validator. validateAbstractGeneralConversionType(AbstractGeneralConversionType abstractGeneralConversionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-