Uses of Interface
net.opengis.gml311.GeneralConversionRefType
Packages that use GeneralConversionRefType
-
Uses of GeneralConversionRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeneralConversionRefTypeModifier and TypeMethodDescriptionGml311Factory.createGeneralConversionRefType()
Returns a new object of class 'General Conversion Ref Type'.AbstractGeneralDerivedCRSType.getDefinedByConversion()
Returns the value of the 'Defined By Conversion' containment reference.DocumentRoot.getDefinedByConversion()
Returns the value of the 'Defined By Conversion' containment reference.DocumentRoot.getGeneralConversionRef()
Returns the value of the 'General Conversion Ref' containment reference.Methods in net.opengis.gml311 with parameters of type GeneralConversionRefTypeModifier and TypeMethodDescriptionvoid
AbstractGeneralDerivedCRSType.setDefinedByConversion
(GeneralConversionRefType value) Sets the value of the 'Defined By Conversion
' containment reference.void
DocumentRoot.setDefinedByConversion
(GeneralConversionRefType value) Sets the value of the 'Defined By Conversion
' containment reference.void
DocumentRoot.setGeneralConversionRef
(GeneralConversionRefType value) Sets the value of the 'General Conversion Ref
' containment reference. -
Uses of GeneralConversionRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeneralConversionRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'General Conversion Ref Type'.Fields in net.opengis.gml311.impl declared as GeneralConversionRefTypeModifier and TypeFieldDescriptionprotected GeneralConversionRefType
AbstractGeneralDerivedCRSTypeImpl.definedByConversion
The cached value of the 'Defined By Conversion
' containment reference.Methods in net.opengis.gml311.impl that return GeneralConversionRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGeneralConversionRefType()
AbstractGeneralDerivedCRSTypeImpl.getDefinedByConversion()
DocumentRootImpl.getDefinedByConversion()
DocumentRootImpl.getGeneralConversionRef()
Methods in net.opengis.gml311.impl with parameters of type GeneralConversionRefTypeModifier and TypeMethodDescriptionNotificationChain
AbstractGeneralDerivedCRSTypeImpl.basicSetDefinedByConversion
(GeneralConversionRefType newDefinedByConversion, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDefinedByConversion
(GeneralConversionRefType newDefinedByConversion, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetGeneralConversionRef
(GeneralConversionRefType newGeneralConversionRef, NotificationChain msgs) void
AbstractGeneralDerivedCRSTypeImpl.setDefinedByConversion
(GeneralConversionRefType newDefinedByConversion) void
DocumentRootImpl.setDefinedByConversion
(GeneralConversionRefType newDefinedByConversion) void
DocumentRootImpl.setGeneralConversionRef
(GeneralConversionRefType newGeneralConversionRef) -
Uses of GeneralConversionRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeneralConversionRefTypeModifier and TypeMethodDescriptionGml311Switch.caseGeneralConversionRefType
(GeneralConversionRefType object) Returns the result of interpreting the object as an instance of 'General Conversion Ref Type'.boolean
Gml311Validator.validateGeneralConversionRefType
(GeneralConversionRefType generalConversionRefType, DiagnosticChain diagnostics, Map<Object, Object> context)