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 CylinderTypeGml311Factory. createCylinderType()Returns a new object of class 'Cylinder Type'.CylinderTypeDocumentRoot. getCylinder()Returns the value of the 'Cylinder' containment reference.Methods in net.opengis.gml311 with parameters of type CylinderType Modifier and Type Method Description voidDocumentRoot. 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 classCylinderTypeImplAn implementation of the model object 'Cylinder Type'.Methods in net.opengis.gml311.impl that return CylinderType Modifier and Type Method Description CylinderTypeGml311FactoryImpl. createCylinderType()CylinderTypeDocumentRootImpl. getCylinder()Methods in net.opengis.gml311.impl with parameters of type CylinderType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCylinder(CylinderType newCylinder, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseCylinderType(CylinderType object)Returns the result of interpreting the object as an instance of 'Cylinder Type'.booleanGml311Validator. validateCylinderType(CylinderType cylinderType, DiagnosticChain diagnostics, Map<Object,Object> context)
-