Uses of Interface
net.opengis.gml311.TransformationType
-
Packages that use TransformationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TransformationType in net.opengis.gml311
Methods in net.opengis.gml311 that return TransformationType Modifier and Type Method Description TransformationType
Gml311Factory. createTransformationType()
Returns a new object of class 'Transformation Type'.TransformationType
DocumentRoot. getTransformation()
Returns the value of the 'Transformation' containment reference.TransformationType
TransformationRefType. getTransformation()
Returns the value of the 'Transformation' containment reference.Methods in net.opengis.gml311 with parameters of type TransformationType Modifier and Type Method Description void
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 TransformationType Modifier and Type Class Description class
TransformationTypeImpl
An implementation of the model object 'Transformation Type'.Fields in net.opengis.gml311.impl declared as TransformationType Modifier and Type Field Description protected TransformationType
TransformationRefTypeImpl. transformation
The cached value of the 'Transformation
' containment reference.Methods in net.opengis.gml311.impl that return TransformationType Modifier and Type Method Description TransformationType
Gml311FactoryImpl. createTransformationType()
TransformationType
DocumentRootImpl. getTransformation()
TransformationType
TransformationRefTypeImpl. getTransformation()
Methods in net.opengis.gml311.impl with parameters of type TransformationType Modifier and Type Method Description NotificationChain
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 TransformationType Modifier and Type Method Description T
Gml311Switch. 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)
-