Uses of Interface
net.opengis.gml.x32.LineStringType
-
Packages that use LineStringType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of LineStringType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return LineStringType Modifier and Type Method Description LineStringTypeLineStringDocument. addNewLineString()Appends and returns a new empty "LineString" elementLineStringTypeLineStringDocument. getLineString()Gets the "LineString" elementstatic LineStringTypeLineStringType.Factory. newInstance()static LineStringTypeLineStringType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LineStringTypeLineStringType.Factory. parse(File file)static LineStringTypeLineStringType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LineStringTypeLineStringType.Factory. parse(InputStream is)static LineStringTypeLineStringType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LineStringTypeLineStringType.Factory. parse(Reader r)static LineStringTypeLineStringType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LineStringTypeLineStringType.Factory. parse(String xmlAsString)static LineStringTypeLineStringType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LineStringTypeLineStringType.Factory. parse(URL u)static LineStringTypeLineStringType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LineStringTypeLineStringType.Factory. parse(XMLStreamReader sr)static LineStringTypeLineStringType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LineStringTypeLineStringType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LineStringTypeLineStringType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LineStringTypeLineStringType.Factory. parse(Node node)static LineStringTypeLineStringType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type LineStringType Modifier and Type Method Description voidLineStringDocument. setLineString(LineStringType lineString)Sets the "LineString" element -
Uses of LineStringType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement LineStringType Modifier and Type Class Description classLineStringTypeImplAn XML LineStringType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return LineStringType Modifier and Type Method Description LineStringTypeLineStringDocumentImpl. addNewLineString()Appends and returns a new empty "LineString" elementLineStringTypeLineStringDocumentImpl. getLineString()Gets the "LineString" elementMethods in net.opengis.gml.x32.impl with parameters of type LineStringType Modifier and Type Method Description voidLineStringDocumentImpl. setLineString(LineStringType lineString)Sets the "LineString" element
-