Uses of Interface
net.opengis.gml.UserDefinedCSType
-
Packages that use UserDefinedCSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of UserDefinedCSType in net.opengis.gml
Methods in net.opengis.gml that return UserDefinedCSType Modifier and Type Method Description UserDefinedCSTypeUserDefinedCSDocument. addNewUserDefinedCS()Appends and returns a new empty "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSRefType. addNewUserDefinedCS()Appends and returns a new empty "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSDocument. getUserDefinedCS()Gets the "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSRefType. getUserDefinedCS()Gets the "UserDefinedCS" elementstatic UserDefinedCSTypeUserDefinedCSType.Factory. newInstance()static UserDefinedCSTypeUserDefinedCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(File file)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(InputStream is)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(Reader r)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(String xmlAsString)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(URL u)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(XMLStreamReader sr)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UserDefinedCSTypeUserDefinedCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UserDefinedCSTypeUserDefinedCSType.Factory. parse(Node node)static UserDefinedCSTypeUserDefinedCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type UserDefinedCSType Modifier and Type Method Description voidUserDefinedCSDocument. setUserDefinedCS(UserDefinedCSType userDefinedCS)Sets the "UserDefinedCS" elementvoidUserDefinedCSRefType. setUserDefinedCS(UserDefinedCSType userDefinedCS)Sets the "UserDefinedCS" element -
Uses of UserDefinedCSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement UserDefinedCSType Modifier and Type Class Description classUserDefinedCSTypeImplAn XML UserDefinedCSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return UserDefinedCSType Modifier and Type Method Description UserDefinedCSTypeUserDefinedCSDocumentImpl. addNewUserDefinedCS()Appends and returns a new empty "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSRefTypeImpl. addNewUserDefinedCS()Appends and returns a new empty "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSDocumentImpl. getUserDefinedCS()Gets the "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSRefTypeImpl. getUserDefinedCS()Gets the "UserDefinedCS" elementMethods in net.opengis.gml.impl with parameters of type UserDefinedCSType Modifier and Type Method Description voidUserDefinedCSDocumentImpl. setUserDefinedCS(UserDefinedCSType userDefinedCS)Sets the "UserDefinedCS" elementvoidUserDefinedCSRefTypeImpl. setUserDefinedCS(UserDefinedCSType userDefinedCS)Sets the "UserDefinedCS" element
-