Uses of Interface
net.opengis.gml.x32.ClothoidDocument
-
Packages that use ClothoidDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ClothoidDocument in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ClothoidDocument Modifier and Type Method Description static ClothoidDocumentClothoidDocument.Factory. newInstance()static ClothoidDocumentClothoidDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ClothoidDocumentClothoidDocument.Factory. parse(File file)static ClothoidDocumentClothoidDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ClothoidDocumentClothoidDocument.Factory. parse(InputStream is)static ClothoidDocumentClothoidDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ClothoidDocumentClothoidDocument.Factory. parse(Reader r)static ClothoidDocumentClothoidDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ClothoidDocumentClothoidDocument.Factory. parse(String xmlAsString)static ClothoidDocumentClothoidDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ClothoidDocumentClothoidDocument.Factory. parse(URL u)static ClothoidDocumentClothoidDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ClothoidDocumentClothoidDocument.Factory. parse(XMLStreamReader sr)static ClothoidDocumentClothoidDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ClothoidDocumentClothoidDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ClothoidDocumentClothoidDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ClothoidDocumentClothoidDocument.Factory. parse(Node node)static ClothoidDocumentClothoidDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of ClothoidDocument in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ClothoidDocument Modifier and Type Class Description classClothoidDocumentImplA document containing one Clothoid(@http://www.opengis.net/gml/3.2) element.
-