Uses of Interface
net.opengis.gml.x32.ConeType
-
Packages that use ConeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ConeType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ConeType Modifier and Type Method Description ConeTypeConeDocument. addNewCone()Appends and returns a new empty "Cone" elementConeTypeConeDocument. getCone()Gets the "Cone" elementstatic ConeTypeConeType.Factory. newInstance()static ConeTypeConeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ConeTypeConeType.Factory. parse(File file)static ConeTypeConeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ConeTypeConeType.Factory. parse(InputStream is)static ConeTypeConeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ConeTypeConeType.Factory. parse(Reader r)static ConeTypeConeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ConeTypeConeType.Factory. parse(String xmlAsString)static ConeTypeConeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ConeTypeConeType.Factory. parse(URL u)static ConeTypeConeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ConeTypeConeType.Factory. parse(XMLStreamReader sr)static ConeTypeConeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ConeTypeConeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ConeTypeConeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ConeTypeConeType.Factory. parse(Node node)static ConeTypeConeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ConeType Modifier and Type Method Description voidConeDocument. setCone(ConeType cone)Sets the "Cone" element -
Uses of ConeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ConeType Modifier and Type Class Description classConeTypeImplAn XML ConeType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ConeType Modifier and Type Method Description ConeTypeConeDocumentImpl. addNewCone()Appends and returns a new empty "Cone" elementConeTypeConeDocumentImpl. getCone()Gets the "Cone" elementMethods in net.opengis.gml.x32.impl with parameters of type ConeType Modifier and Type Method Description voidConeDocumentImpl. setCone(ConeType cone)Sets the "Cone" element
-