Uses of Interface
net.opengis.gml.ClothoidDocument
-
Packages that use ClothoidDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ClothoidDocument in net.opengis.gml
Methods in net.opengis.gml 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.impl
Classes in net.opengis.gml.impl that implement ClothoidDocument Modifier and Type Class Description classClothoidDocumentImplA document containing one Clothoid(@http://www.opengis.net/gml) element.
-