Uses of Interface
net.opengis.gml.x33.lr.LinearElementType
-
Packages that use LinearElementType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl -
-
Uses of LinearElementType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return LinearElementType Modifier and Type Method Description LinearElementTypeLinearElementDocument. addNewLinearElement()Appends and returns a new empty "LinearElement" elementLinearElementTypeLinearElementPropertyType. addNewLinearElement()Appends and returns a new empty "LinearElement" elementLinearElementTypeLinearElementDocument. getLinearElement()Gets the "LinearElement" elementLinearElementTypeLinearElementPropertyType. getLinearElement()Gets the "LinearElement" elementstatic LinearElementTypeLinearElementType.Factory. newInstance()static LinearElementTypeLinearElementType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinearElementTypeLinearElementType.Factory. parse(File file)static LinearElementTypeLinearElementType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinearElementTypeLinearElementType.Factory. parse(InputStream is)static LinearElementTypeLinearElementType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinearElementTypeLinearElementType.Factory. parse(Reader r)static LinearElementTypeLinearElementType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinearElementTypeLinearElementType.Factory. parse(String xmlAsString)static LinearElementTypeLinearElementType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinearElementTypeLinearElementType.Factory. parse(URL u)static LinearElementTypeLinearElementType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinearElementTypeLinearElementType.Factory. parse(XMLStreamReader sr)static LinearElementTypeLinearElementType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinearElementTypeLinearElementType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinearElementTypeLinearElementType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinearElementTypeLinearElementType.Factory. parse(Node node)static LinearElementTypeLinearElementType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type LinearElementType Modifier and Type Method Description voidLinearElementDocument. setLinearElement(LinearElementType linearElement)Sets the "LinearElement" elementvoidLinearElementPropertyType. setLinearElement(LinearElementType linearElement)Sets the "LinearElement" element -
Uses of LinearElementType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement LinearElementType Modifier and Type Class Description classLinearElementTypeImplAn XML LinearElementType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return LinearElementType Modifier and Type Method Description LinearElementTypeLinearElementDocumentImpl. addNewLinearElement()Appends and returns a new empty "LinearElement" elementLinearElementTypeLinearElementPropertyTypeImpl. addNewLinearElement()Appends and returns a new empty "LinearElement" elementLinearElementTypeLinearElementDocumentImpl. getLinearElement()Gets the "LinearElement" elementLinearElementTypeLinearElementPropertyTypeImpl. getLinearElement()Gets the "LinearElement" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type LinearElementType Modifier and Type Method Description voidLinearElementDocumentImpl. setLinearElement(LinearElementType linearElement)Sets the "LinearElement" elementvoidLinearElementPropertyTypeImpl. setLinearElement(LinearElementType linearElement)Sets the "LinearElement" element
-