Uses of Interface
net.opengis.gml311.ConversionType
-
Packages that use ConversionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ConversionType in net.opengis.gml311
Methods in net.opengis.gml311 that return ConversionType Modifier and Type Method Description ConversionTypeGml311Factory. createConversionType()Returns a new object of class 'Conversion Type'.ConversionTypeConversionRefType. getConversion()Returns the value of the 'Conversion' containment reference.ConversionTypeDocumentRoot. getConversion()Returns the value of the 'Conversion' containment reference.Methods in net.opengis.gml311 with parameters of type ConversionType Modifier and Type Method Description voidConversionRefType. setConversion(ConversionType value)Sets the value of the 'Conversion' containment reference.voidDocumentRoot. setConversion(ConversionType value)Sets the value of the 'Conversion' containment reference. -
Uses of ConversionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ConversionType Modifier and Type Class Description classConversionTypeImplAn implementation of the model object 'Conversion Type'.Fields in net.opengis.gml311.impl declared as ConversionType Modifier and Type Field Description protected ConversionTypeConversionRefTypeImpl. conversionThe cached value of the 'Conversion' containment reference.Methods in net.opengis.gml311.impl that return ConversionType Modifier and Type Method Description ConversionTypeGml311FactoryImpl. createConversionType()ConversionTypeConversionRefTypeImpl. getConversion()ConversionTypeDocumentRootImpl. getConversion()Methods in net.opengis.gml311.impl with parameters of type ConversionType Modifier and Type Method Description NotificationChainConversionRefTypeImpl. basicSetConversion(ConversionType newConversion, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetConversion(ConversionType newConversion, NotificationChain msgs)voidConversionRefTypeImpl. setConversion(ConversionType newConversion)voidDocumentRootImpl. setConversion(ConversionType newConversion) -
Uses of ConversionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ConversionType Modifier and Type Method Description TGml311Switch. caseConversionType(ConversionType object)Returns the result of interpreting the object as an instance of 'Conversion Type'.booleanGml311Validator. validateConversionType(ConversionType conversionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-