Uses of Interface
net.opengis.gml311.CylinderType
-
Packages that use CylinderType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CylinderType in net.opengis.gml311
Methods in net.opengis.gml311 that return CylinderType Modifier and Type Method Description CylinderType
Gml311Factory. createCylinderType()
Returns a new object of class 'Cylinder Type'.CylinderType
DocumentRoot. getCylinder()
Returns the value of the 'Cylinder' containment reference.Methods in net.opengis.gml311 with parameters of type CylinderType Modifier and Type Method Description void
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 CylinderType Modifier and Type Class Description class
CylinderTypeImpl
An implementation of the model object 'Cylinder Type'.Methods in net.opengis.gml311.impl that return CylinderType Modifier and Type Method Description CylinderType
Gml311FactoryImpl. createCylinderType()
CylinderType
DocumentRootImpl. getCylinder()
Methods in net.opengis.gml311.impl with parameters of type CylinderType Modifier and Type Method Description NotificationChain
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 CylinderType Modifier and Type Method Description T
Gml311Switch. 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)
-