Uses of Interface
net.opengis.gml311.GeneralTransformationRefType
-
Packages that use GeneralTransformationRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeneralTransformationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeneralTransformationRefType Modifier and Type Method Description GeneralTransformationRefTypeGml311Factory. createGeneralTransformationRefType()Returns a new object of class 'General Transformation Ref Type'.GeneralTransformationRefTypeDocumentRoot. getGeneralTransformationRef()Returns the value of the 'General Transformation Ref' containment reference.Methods in net.opengis.gml311 with parameters of type GeneralTransformationRefType Modifier and Type Method Description voidDocumentRoot. setGeneralTransformationRef(GeneralTransformationRefType value)Sets the value of the 'General Transformation Ref' containment reference. -
Uses of GeneralTransformationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeneralTransformationRefType Modifier and Type Class Description classGeneralTransformationRefTypeImplAn implementation of the model object 'General Transformation Ref Type'.Methods in net.opengis.gml311.impl that return GeneralTransformationRefType Modifier and Type Method Description GeneralTransformationRefTypeGml311FactoryImpl. createGeneralTransformationRefType()GeneralTransformationRefTypeDocumentRootImpl. getGeneralTransformationRef()Methods in net.opengis.gml311.impl with parameters of type GeneralTransformationRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeneralTransformationRef(GeneralTransformationRefType newGeneralTransformationRef, NotificationChain msgs)voidDocumentRootImpl. setGeneralTransformationRef(GeneralTransformationRefType newGeneralTransformationRef) -
Uses of GeneralTransformationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeneralTransformationRefType Modifier and Type Method Description TGml311Switch. caseGeneralTransformationRefType(GeneralTransformationRefType object)Returns the result of interpreting the object as an instance of 'General Transformation Ref Type'.booleanGml311Validator. validateGeneralTransformationRefType(GeneralTransformationRefType generalTransformationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-