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 GeneralTransformationRefType
Gml311Factory. createGeneralTransformationRefType()
Returns a new object of class 'General Transformation Ref Type'.GeneralTransformationRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
GeneralTransformationRefTypeImpl
An implementation of the model object 'General Transformation Ref Type'.Methods in net.opengis.gml311.impl that return GeneralTransformationRefType Modifier and Type Method Description GeneralTransformationRefType
Gml311FactoryImpl. createGeneralTransformationRefType()
GeneralTransformationRefType
DocumentRootImpl. getGeneralTransformationRef()
Methods in net.opengis.gml311.impl with parameters of type GeneralTransformationRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeneralTransformationRef(GeneralTransformationRefType newGeneralTransformationRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseGeneralTransformationRefType(GeneralTransformationRefType object)
Returns the result of interpreting the object as an instance of 'General Transformation Ref Type'.boolean
Gml311Validator. validateGeneralTransformationRefType(GeneralTransformationRefType generalTransformationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-