Uses of Interface
net.opengis.gml311.GeneralConversionRefType
-
Packages that use GeneralConversionRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeneralConversionRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeneralConversionRefType Modifier and Type Method Description GeneralConversionRefType
Gml311Factory. createGeneralConversionRefType()
Returns a new object of class 'General Conversion Ref Type'.GeneralConversionRefType
AbstractGeneralDerivedCRSType. getDefinedByConversion()
Returns the value of the 'Defined By Conversion' containment reference.GeneralConversionRefType
DocumentRoot. getDefinedByConversion()
Returns the value of the 'Defined By Conversion' containment reference.GeneralConversionRefType
DocumentRoot. getGeneralConversionRef()
Returns the value of the 'General Conversion Ref' containment reference.Methods in net.opengis.gml311 with parameters of type GeneralConversionRefType Modifier and Type Method Description void
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 GeneralConversionRefType Modifier and Type Class Description class
GeneralConversionRefTypeImpl
An implementation of the model object 'General Conversion Ref Type'.Fields in net.opengis.gml311.impl declared as GeneralConversionRefType Modifier and Type Field Description protected GeneralConversionRefType
AbstractGeneralDerivedCRSTypeImpl. definedByConversion
The cached value of the 'Defined By Conversion
' containment reference.Methods in net.opengis.gml311.impl that return GeneralConversionRefType Modifier and Type Method Description GeneralConversionRefType
Gml311FactoryImpl. createGeneralConversionRefType()
GeneralConversionRefType
AbstractGeneralDerivedCRSTypeImpl. getDefinedByConversion()
GeneralConversionRefType
DocumentRootImpl. getDefinedByConversion()
GeneralConversionRefType
DocumentRootImpl. getGeneralConversionRef()
Methods in net.opengis.gml311.impl with parameters of type GeneralConversionRefType Modifier and Type Method Description NotificationChain
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 GeneralConversionRefType Modifier and Type Method Description T
Gml311Switch. 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)
-