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 TransformationRefTypeGml311Factory. createTransformationRefType()Returns a new object of class 'Transformation Ref Type'.TransformationRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classTransformationRefTypeImplAn implementation of the model object 'Transformation Ref Type'.Methods in net.opengis.gml311.impl that return TransformationRefType Modifier and Type Method Description TransformationRefTypeGml311FactoryImpl. createTransformationRefType()TransformationRefTypeDocumentRootImpl. getTransformationRef()Methods in net.opengis.gml311.impl with parameters of type TransformationRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTransformationRef(TransformationRefType newTransformationRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseTransformationRefType(TransformationRefType object)Returns the result of interpreting the object as an instance of 'Transformation Ref Type'.booleanGml311Validator. validateTransformationRefType(TransformationRefType transformationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-