Uses of Interface
net.opengis.gml.x32.CylinderType
-
Packages that use CylinderType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CylinderType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CylinderType Modifier and Type Method Description CylinderTypeCylinderDocument. addNewCylinder()Appends and returns a new empty "Cylinder" elementCylinderTypeCylinderDocument. getCylinder()Gets the "Cylinder" elementstatic CylinderTypeCylinderType.Factory. newInstance()static CylinderTypeCylinderType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CylinderTypeCylinderType.Factory. parse(File file)static CylinderTypeCylinderType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CylinderTypeCylinderType.Factory. parse(InputStream is)static CylinderTypeCylinderType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CylinderTypeCylinderType.Factory. parse(Reader r)static CylinderTypeCylinderType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CylinderTypeCylinderType.Factory. parse(String xmlAsString)static CylinderTypeCylinderType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CylinderTypeCylinderType.Factory. parse(URL u)static CylinderTypeCylinderType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CylinderTypeCylinderType.Factory. parse(XMLStreamReader sr)static CylinderTypeCylinderType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CylinderTypeCylinderType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CylinderTypeCylinderType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CylinderTypeCylinderType.Factory. parse(Node node)static CylinderTypeCylinderType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type CylinderType Modifier and Type Method Description voidCylinderDocument. setCylinder(CylinderType cylinder)Sets the "Cylinder" element -
Uses of CylinderType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CylinderType Modifier and Type Class Description classCylinderTypeImplAn XML CylinderType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CylinderType Modifier and Type Method Description CylinderTypeCylinderDocumentImpl. addNewCylinder()Appends and returns a new empty "Cylinder" elementCylinderTypeCylinderDocumentImpl. getCylinder()Gets the "Cylinder" elementMethods in net.opengis.gml.x32.impl with parameters of type CylinderType Modifier and Type Method Description voidCylinderDocumentImpl. setCylinder(CylinderType cylinder)Sets the "Cylinder" element
-