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 ConversionRefType
Gml311Factory. createConversionRefType()
Returns a new object of class 'Conversion Ref Type'.ConversionRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
ConversionRefTypeImpl
An implementation of the model object 'Conversion Ref Type'.Methods in net.opengis.gml311.impl that return ConversionRefType Modifier and Type Method Description ConversionRefType
Gml311FactoryImpl. createConversionRefType()
ConversionRefType
DocumentRootImpl. getConversionRef()
Methods in net.opengis.gml311.impl with parameters of type ConversionRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetConversionRef(ConversionRefType newConversionRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseConversionRefType(ConversionRefType object)
Returns the result of interpreting the object as an instance of 'Conversion Ref Type'.boolean
Gml311Validator. validateConversionRefType(ConversionRefType conversionRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-