Uses of Interface
net.opengis.gml.LineStringType
-
Packages that use LineStringType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LineStringType in net.opengis.gml
Methods in net.opengis.gml that return LineStringType Modifier and Type Method Description LineStringTypeLineStringDocument. addNewLineString()Appends and returns a new empty "LineString" elementLineStringTypeLineStringPropertyType. addNewLineString()Appends and returns a new empty "LineString" elementLineStringTypeLineStringDocument. getLineString()Gets the "LineString" elementLineStringTypeLineStringPropertyType. 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 with parameters of type LineStringType Modifier and Type Method Description voidLineStringDocument. setLineString(LineStringType lineString)Sets the "LineString" elementvoidLineStringPropertyType. setLineString(LineStringType lineString)Sets the "LineString" element -
Uses of LineStringType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LineStringType Modifier and Type Class Description classLineStringTypeImplAn XML LineStringType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return LineStringType Modifier and Type Method Description LineStringTypeLineStringDocumentImpl. addNewLineString()Appends and returns a new empty "LineString" elementLineStringTypeLineStringPropertyTypeImpl. addNewLineString()Appends and returns a new empty "LineString" elementLineStringTypeLineStringDocumentImpl. getLineString()Gets the "LineString" elementLineStringTypeLineStringPropertyTypeImpl. getLineString()Gets the "LineString" elementMethods in net.opengis.gml.impl with parameters of type LineStringType Modifier and Type Method Description voidLineStringDocumentImpl. setLineString(LineStringType lineString)Sets the "LineString" elementvoidLineStringPropertyTypeImpl. setLineString(LineStringType lineString)Sets the "LineString" element
-