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 TransformationTypeGml311Factory. createTransformationType()Returns a new object of class 'Transformation Type'.TransformationTypeDocumentRoot. getTransformation()Returns the value of the 'Transformation' containment reference.TransformationTypeTransformationRefType. getTransformation()Returns the value of the 'Transformation' containment reference.Methods in net.opengis.gml311 with parameters of type TransformationType Modifier and Type Method Description voidDocumentRoot. setTransformation(TransformationType value)Sets the value of the 'Transformation' containment reference.voidTransformationRefType. 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 classTransformationTypeImplAn implementation of the model object 'Transformation Type'.Fields in net.opengis.gml311.impl declared as TransformationType Modifier and Type Field Description protected TransformationTypeTransformationRefTypeImpl. transformationThe cached value of the 'Transformation' containment reference.Methods in net.opengis.gml311.impl that return TransformationType Modifier and Type Method Description TransformationTypeGml311FactoryImpl. createTransformationType()TransformationTypeDocumentRootImpl. getTransformation()TransformationTypeTransformationRefTypeImpl. getTransformation()Methods in net.opengis.gml311.impl with parameters of type TransformationType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTransformation(TransformationType newTransformation, NotificationChain msgs)NotificationChainTransformationRefTypeImpl. basicSetTransformation(TransformationType newTransformation, NotificationChain msgs)voidDocumentRootImpl. setTransformation(TransformationType newTransformation)voidTransformationRefTypeImpl. 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 TGml311Switch. caseTransformationType(TransformationType object)Returns the result of interpreting the object as an instance of 'Transformation Type'.booleanGml311Validator. validateTransformationType(TransformationType transformationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-