Uses of Interface
net.opengis.gml.LinearCSRefType
-
Packages that use LinearCSRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LinearCSRefType in net.opengis.gml
Methods in net.opengis.gml that return LinearCSRefType Modifier and Type Method Description LinearCSRefTypeLinearCSRefDocument. addNewLinearCSRef()Appends and returns a new empty "linearCSRef" elementLinearCSRefTypeLinearCSRefDocument. getLinearCSRef()Gets the "linearCSRef" elementstatic LinearCSRefTypeLinearCSRefType.Factory. newInstance()static LinearCSRefTypeLinearCSRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinearCSRefTypeLinearCSRefType.Factory. parse(File file)static LinearCSRefTypeLinearCSRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinearCSRefTypeLinearCSRefType.Factory. parse(InputStream is)static LinearCSRefTypeLinearCSRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinearCSRefTypeLinearCSRefType.Factory. parse(Reader r)static LinearCSRefTypeLinearCSRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinearCSRefTypeLinearCSRefType.Factory. parse(String xmlAsString)static LinearCSRefTypeLinearCSRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinearCSRefTypeLinearCSRefType.Factory. parse(URL u)static LinearCSRefTypeLinearCSRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinearCSRefTypeLinearCSRefType.Factory. parse(XMLStreamReader sr)static LinearCSRefTypeLinearCSRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinearCSRefTypeLinearCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinearCSRefTypeLinearCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinearCSRefTypeLinearCSRefType.Factory. parse(Node node)static LinearCSRefTypeLinearCSRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type LinearCSRefType Modifier and Type Method Description voidLinearCSRefDocument. setLinearCSRef(LinearCSRefType linearCSRef)Sets the "linearCSRef" element -
Uses of LinearCSRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LinearCSRefType Modifier and Type Class Description classLinearCSRefTypeImplAn XML LinearCSRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return LinearCSRefType Modifier and Type Method Description LinearCSRefTypeLinearCSRefDocumentImpl. addNewLinearCSRef()Appends and returns a new empty "linearCSRef" elementLinearCSRefTypeLinearCSRefDocumentImpl. getLinearCSRef()Gets the "linearCSRef" elementMethods in net.opengis.gml.impl with parameters of type LinearCSRefType Modifier and Type Method Description voidLinearCSRefDocumentImpl. setLinearCSRef(LinearCSRefType linearCSRef)Sets the "linearCSRef" element
-