Uses of Interface
net.opengis.gml.x32.LinearCSType
-
Packages that use LinearCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of LinearCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return LinearCSType Modifier and Type Method Description LinearCSTypeLinearCSDocument2. addNewLinearCS()Appends and returns a new empty "LinearCS" elementLinearCSTypeLinearCSPropertyType. addNewLinearCS()Appends and returns a new empty "LinearCS" elementLinearCSTypeLinearCSDocument2. getLinearCS()Gets the "LinearCS" elementLinearCSTypeLinearCSPropertyType. 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.x32 with parameters of type LinearCSType Modifier and Type Method Description voidLinearCSDocument2. setLinearCS(LinearCSType linearCS)Sets the "LinearCS" elementvoidLinearCSPropertyType. setLinearCS(LinearCSType linearCS)Sets the "LinearCS" element -
Uses of LinearCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement LinearCSType Modifier and Type Class Description classLinearCSTypeImplAn XML LinearCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return LinearCSType Modifier and Type Method Description LinearCSTypeLinearCSDocument2Impl. addNewLinearCS()Appends and returns a new empty "LinearCS" elementLinearCSTypeLinearCSPropertyTypeImpl. addNewLinearCS()Appends and returns a new empty "LinearCS" elementLinearCSTypeLinearCSDocument2Impl. getLinearCS()Gets the "LinearCS" elementLinearCSTypeLinearCSPropertyTypeImpl. getLinearCS()Gets the "LinearCS" elementMethods in net.opengis.gml.x32.impl with parameters of type LinearCSType Modifier and Type Method Description voidLinearCSDocument2Impl. setLinearCS(LinearCSType linearCS)Sets the "LinearCS" elementvoidLinearCSPropertyTypeImpl. setLinearCS(LinearCSType linearCS)Sets the "LinearCS" element
-