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 interface
TransformationType
A representation of the model object 'Transformation Type'.Methods in net.opengis.gml311 that return AbstractGeneralTransformationType Modifier and Type Method Description AbstractGeneralTransformationType
DocumentRoot. getGeneralTransformation()
Returns the value of the 'General Transformation' containment reference.AbstractGeneralTransformationType
GeneralTransformationRefType. 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 class
AbstractGeneralTransformationTypeImpl
An implementation of the model object 'Abstract General Transformation Type'.class
TransformationTypeImpl
An implementation of the model object 'Transformation Type'.Methods in net.opengis.gml311.impl that return AbstractGeneralTransformationType Modifier and Type Method Description AbstractGeneralTransformationType
DocumentRootImpl. getGeneralTransformation()
AbstractGeneralTransformationType
GeneralTransformationRefTypeImpl. getGeneralTransformation()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralTransformationType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeneralTransformation(AbstractGeneralTransformationType newGeneralTransformation, NotificationChain msgs)
NotificationChain
GeneralTransformationRefTypeImpl. 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 T
Gml311Switch. caseAbstractGeneralTransformationType(AbstractGeneralTransformationType object)
Returns the result of interpreting the object as an instance of 'Abstract General Transformation Type'.boolean
Gml311Validator. validateAbstractGeneralTransformationType(AbstractGeneralTransformationType abstractGeneralTransformationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-