Uses of Interface
net.opengis.gml311.TransformationType
Packages that use TransformationType
-
Uses of TransformationType in net.opengis.gml311
Methods in net.opengis.gml311 that return TransformationTypeModifier and TypeMethodDescriptionGml311Factory.createTransformationType()
Returns a new object of class 'Transformation Type'.DocumentRoot.getTransformation()
Returns the value of the 'Transformation' containment reference.TransformationRefType.getTransformation()
Returns the value of the 'Transformation' containment reference.Methods in net.opengis.gml311 with parameters of type TransformationTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTransformation
(TransformationType value) Sets the value of the 'Transformation
' containment reference.void
TransformationRefType.setTransformation
(TransformationType value) Sets the value of the 'Transformation
' containment reference. -
Uses of TransformationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TransformationTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transformation Type'.Fields in net.opengis.gml311.impl declared as TransformationTypeModifier and TypeFieldDescriptionprotected TransformationType
TransformationRefTypeImpl.transformation
The cached value of the 'Transformation
' containment reference.Methods in net.opengis.gml311.impl that return TransformationTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTransformationType()
DocumentRootImpl.getTransformation()
TransformationRefTypeImpl.getTransformation()
Methods in net.opengis.gml311.impl with parameters of type TransformationTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTransformation
(TransformationType newTransformation, NotificationChain msgs) NotificationChain
TransformationRefTypeImpl.basicSetTransformation
(TransformationType newTransformation, NotificationChain msgs) void
DocumentRootImpl.setTransformation
(TransformationType newTransformation) void
TransformationRefTypeImpl.setTransformation
(TransformationType newTransformation) -
Uses of TransformationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TransformationTypeModifier and TypeMethodDescriptionGml311Switch.caseTransformationType
(TransformationType object) Returns the result of interpreting the object as an instance of 'Transformation Type'.boolean
Gml311Validator.validateTransformationType
(TransformationType transformationType, DiagnosticChain diagnostics, Map<Object, Object> context)