Uses of Interface
net.opengis.gml311.TransformationRefType
-
Packages that use TransformationRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TransformationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return TransformationRefType Modifier and Type Method Description TransformationRefType
Gml311Factory. createTransformationRefType()
Returns a new object of class 'Transformation Ref Type'.TransformationRefType
DocumentRoot. getTransformationRef()
Returns the value of the 'Transformation Ref' containment reference.Methods in net.opengis.gml311 with parameters of type TransformationRefType Modifier and Type Method Description void
DocumentRoot. setTransformationRef(TransformationRefType value)
Sets the value of the 'Transformation Ref
' containment reference. -
Uses of TransformationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TransformationRefType Modifier and Type Class Description class
TransformationRefTypeImpl
An implementation of the model object 'Transformation Ref Type'.Methods in net.opengis.gml311.impl that return TransformationRefType Modifier and Type Method Description TransformationRefType
Gml311FactoryImpl. createTransformationRefType()
TransformationRefType
DocumentRootImpl. getTransformationRef()
Methods in net.opengis.gml311.impl with parameters of type TransformationRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTransformationRef(TransformationRefType newTransformationRef, NotificationChain msgs)
void
DocumentRootImpl. setTransformationRef(TransformationRefType newTransformationRef)
-
Uses of TransformationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TransformationRefType Modifier and Type Method Description T
Gml311Switch. caseTransformationRefType(TransformationRefType object)
Returns the result of interpreting the object as an instance of 'Transformation Ref Type'.boolean
Gml311Validator. validateTransformationRefType(TransformationRefType transformationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-