Uses of Interface
net.opengis.gml311.AbstractGeneralTransformationType
-
Packages that use AbstractGeneralTransformationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGeneralTransformationType in net.opengis.gml311
Subinterfaces of AbstractGeneralTransformationType in net.opengis.gml311 Modifier and Type Interface Description interfaceTransformationTypeA representation of the model object 'Transformation Type'.Methods in net.opengis.gml311 that return AbstractGeneralTransformationType Modifier and Type Method Description AbstractGeneralTransformationTypeDocumentRoot. getGeneralTransformation()Returns the value of the 'General Transformation' containment reference.AbstractGeneralTransformationTypeGeneralTransformationRefType. getGeneralTransformation()Returns the value of the 'General Transformation' containment reference. -
Uses of AbstractGeneralTransformationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeneralTransformationType Modifier and Type Class Description classAbstractGeneralTransformationTypeImplAn implementation of the model object 'Abstract General Transformation Type'.classTransformationTypeImplAn implementation of the model object 'Transformation Type'.Methods in net.opengis.gml311.impl that return AbstractGeneralTransformationType Modifier and Type Method Description AbstractGeneralTransformationTypeDocumentRootImpl. getGeneralTransformation()AbstractGeneralTransformationTypeGeneralTransformationRefTypeImpl. getGeneralTransformation()Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralTransformationType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeneralTransformation(AbstractGeneralTransformationType newGeneralTransformation, NotificationChain msgs)NotificationChainGeneralTransformationRefTypeImpl. basicSetGeneralTransformation(AbstractGeneralTransformationType newGeneralTransformation, NotificationChain msgs) -
Uses of AbstractGeneralTransformationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeneralTransformationType Modifier and Type Method Description TGml311Switch. caseAbstractGeneralTransformationType(AbstractGeneralTransformationType object)Returns the result of interpreting the object as an instance of 'Abstract General Transformation Type'.booleanGml311Validator. validateAbstractGeneralTransformationType(AbstractGeneralTransformationType abstractGeneralTransformationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-