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 GeneralConversionRefTypeGml311Factory. createGeneralConversionRefType()Returns a new object of class 'General Conversion Ref Type'.GeneralConversionRefTypeAbstractGeneralDerivedCRSType. getDefinedByConversion()Returns the value of the 'Defined By Conversion' containment reference.GeneralConversionRefTypeDocumentRoot. getDefinedByConversion()Returns the value of the 'Defined By Conversion' containment reference.GeneralConversionRefTypeDocumentRoot. 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 voidAbstractGeneralDerivedCRSType. setDefinedByConversion(GeneralConversionRefType value)Sets the value of the 'Defined By Conversion' containment reference.voidDocumentRoot. setDefinedByConversion(GeneralConversionRefType value)Sets the value of the 'Defined By Conversion' containment reference.voidDocumentRoot. 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 classGeneralConversionRefTypeImplAn implementation of the model object 'General Conversion Ref Type'.Fields in net.opengis.gml311.impl declared as GeneralConversionRefType Modifier and Type Field Description protected GeneralConversionRefTypeAbstractGeneralDerivedCRSTypeImpl. definedByConversionThe cached value of the 'Defined By Conversion' containment reference.Methods in net.opengis.gml311.impl that return GeneralConversionRefType Modifier and Type Method Description GeneralConversionRefTypeGml311FactoryImpl. createGeneralConversionRefType()GeneralConversionRefTypeAbstractGeneralDerivedCRSTypeImpl. getDefinedByConversion()GeneralConversionRefTypeDocumentRootImpl. getDefinedByConversion()GeneralConversionRefTypeDocumentRootImpl. getGeneralConversionRef()Methods in net.opengis.gml311.impl with parameters of type GeneralConversionRefType Modifier and Type Method Description NotificationChainAbstractGeneralDerivedCRSTypeImpl. basicSetDefinedByConversion(GeneralConversionRefType newDefinedByConversion, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDefinedByConversion(GeneralConversionRefType newDefinedByConversion, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetGeneralConversionRef(GeneralConversionRefType newGeneralConversionRef, NotificationChain msgs)voidAbstractGeneralDerivedCRSTypeImpl. setDefinedByConversion(GeneralConversionRefType newDefinedByConversion)voidDocumentRootImpl. setDefinedByConversion(GeneralConversionRefType newDefinedByConversion)voidDocumentRootImpl. 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 TGml311Switch. caseGeneralConversionRefType(GeneralConversionRefType object)Returns the result of interpreting the object as an instance of 'General Conversion Ref Type'.booleanGml311Validator. validateGeneralConversionRefType(GeneralConversionRefType generalConversionRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-