Uses of Interface
net.opengis.gml311.CylinderType
Packages that use CylinderType
-
Uses of CylinderType in net.opengis.gml311
Methods in net.opengis.gml311 that return CylinderTypeModifier and TypeMethodDescriptionGml311Factory.createCylinderType()
Returns a new object of class 'Cylinder Type'.DocumentRoot.getCylinder()
Returns the value of the 'Cylinder' containment reference.Methods in net.opengis.gml311 with parameters of type CylinderTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCylinder
(CylinderType value) Sets the value of the 'Cylinder
' containment reference. -
Uses of CylinderType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CylinderTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Cylinder Type'.Methods in net.opengis.gml311.impl that return CylinderTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCylinderType()
DocumentRootImpl.getCylinder()
Methods in net.opengis.gml311.impl with parameters of type CylinderTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCylinder
(CylinderType newCylinder, NotificationChain msgs) void
DocumentRootImpl.setCylinder
(CylinderType newCylinder) -
Uses of CylinderType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CylinderTypeModifier and TypeMethodDescriptionGml311Switch.caseCylinderType
(CylinderType object) Returns the result of interpreting the object as an instance of 'Cylinder Type'.boolean
Gml311Validator.validateCylinderType
(CylinderType cylinderType, DiagnosticChain diagnostics, Map<Object, Object> context)