Uses of Interface
net.opengis.gml.LinearCSType
-
Packages that use LinearCSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LinearCSType in net.opengis.gml
Methods in net.opengis.gml that return LinearCSType Modifier and Type Method Description LinearCSTypeLinearCSDocument. addNewLinearCS()Appends and returns a new empty "LinearCS" elementLinearCSTypeLinearCSRefType. addNewLinearCS()Appends and returns a new empty "LinearCS" elementLinearCSTypeLinearCSDocument. getLinearCS()Gets the "LinearCS" elementLinearCSTypeLinearCSRefType. getLinearCS()Gets the "LinearCS" elementstatic LinearCSTypeLinearCSType.Factory. newInstance()static LinearCSTypeLinearCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinearCSTypeLinearCSType.Factory. parse(File file)static LinearCSTypeLinearCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinearCSTypeLinearCSType.Factory. parse(InputStream is)static LinearCSTypeLinearCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinearCSTypeLinearCSType.Factory. parse(Reader r)static LinearCSTypeLinearCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinearCSTypeLinearCSType.Factory. parse(String xmlAsString)static LinearCSTypeLinearCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinearCSTypeLinearCSType.Factory. parse(URL u)static LinearCSTypeLinearCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinearCSTypeLinearCSType.Factory. parse(XMLStreamReader sr)static LinearCSTypeLinearCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinearCSTypeLinearCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinearCSTypeLinearCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinearCSTypeLinearCSType.Factory. parse(Node node)static LinearCSTypeLinearCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type LinearCSType Modifier and Type Method Description voidLinearCSDocument. setLinearCS(LinearCSType linearCS)Sets the "LinearCS" elementvoidLinearCSRefType. setLinearCS(LinearCSType linearCS)Sets the "LinearCS" element -
Uses of LinearCSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LinearCSType Modifier and Type Class Description classLinearCSTypeImplAn XML LinearCSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return LinearCSType Modifier and Type Method Description LinearCSTypeLinearCSDocumentImpl. addNewLinearCS()Appends and returns a new empty "LinearCS" elementLinearCSTypeLinearCSRefTypeImpl. addNewLinearCS()Appends and returns a new empty "LinearCS" elementLinearCSTypeLinearCSDocumentImpl. getLinearCS()Gets the "LinearCS" elementLinearCSTypeLinearCSRefTypeImpl. getLinearCS()Gets the "LinearCS" elementMethods in net.opengis.gml.impl with parameters of type LinearCSType Modifier and Type Method Description voidLinearCSDocumentImpl. setLinearCS(LinearCSType linearCS)Sets the "LinearCS" elementvoidLinearCSRefTypeImpl. setLinearCS(LinearCSType linearCS)Sets the "LinearCS" element
-