Uses of Interface
net.opengis.gml311.ConversionRefType
-
Packages that use ConversionRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ConversionRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return ConversionRefType Modifier and Type Method Description ConversionRefTypeGml311Factory. createConversionRefType()Returns a new object of class 'Conversion Ref Type'.ConversionRefTypeDocumentRoot. getConversionRef()Returns the value of the 'Conversion Ref' containment reference.Methods in net.opengis.gml311 with parameters of type ConversionRefType Modifier and Type Method Description voidDocumentRoot. setConversionRef(ConversionRefType value)Sets the value of the 'Conversion Ref' containment reference. -
Uses of ConversionRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ConversionRefType Modifier and Type Class Description classConversionRefTypeImplAn implementation of the model object 'Conversion Ref Type'.Methods in net.opengis.gml311.impl that return ConversionRefType Modifier and Type Method Description ConversionRefTypeGml311FactoryImpl. createConversionRefType()ConversionRefTypeDocumentRootImpl. getConversionRef()Methods in net.opengis.gml311.impl with parameters of type ConversionRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetConversionRef(ConversionRefType newConversionRef, NotificationChain msgs)voidDocumentRootImpl. setConversionRef(ConversionRefType newConversionRef) -
Uses of ConversionRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ConversionRefType Modifier and Type Method Description TGml311Switch. caseConversionRefType(ConversionRefType object)Returns the result of interpreting the object as an instance of 'Conversion Ref Type'.booleanGml311Validator. validateConversionRefType(ConversionRefType conversionRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-