Uses of Interface
net.opengis.gml.x32.UserDefinedCSType
-
Packages that use UserDefinedCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of UserDefinedCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return UserDefinedCSType Modifier and Type Method Description UserDefinedCSTypeUserDefinedCSDocument2. addNewUserDefinedCS()Appends and returns a new empty "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSPropertyType. addNewUserDefinedCS()Appends and returns a new empty "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSDocument2. getUserDefinedCS()Gets the "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSPropertyType. 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.x32 with parameters of type UserDefinedCSType Modifier and Type Method Description voidUserDefinedCSDocument2. setUserDefinedCS(UserDefinedCSType userDefinedCS)Sets the "UserDefinedCS" elementvoidUserDefinedCSPropertyType. setUserDefinedCS(UserDefinedCSType userDefinedCS)Sets the "UserDefinedCS" element -
Uses of UserDefinedCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement UserDefinedCSType Modifier and Type Class Description classUserDefinedCSTypeImplAn XML UserDefinedCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return UserDefinedCSType Modifier and Type Method Description UserDefinedCSTypeUserDefinedCSDocument2Impl. addNewUserDefinedCS()Appends and returns a new empty "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSPropertyTypeImpl. addNewUserDefinedCS()Appends and returns a new empty "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSDocument2Impl. getUserDefinedCS()Gets the "UserDefinedCS" elementUserDefinedCSTypeUserDefinedCSPropertyTypeImpl. getUserDefinedCS()Gets the "UserDefinedCS" elementMethods in net.opengis.gml.x32.impl with parameters of type UserDefinedCSType Modifier and Type Method Description voidUserDefinedCSDocument2Impl. setUserDefinedCS(UserDefinedCSType userDefinedCS)Sets the "UserDefinedCS" elementvoidUserDefinedCSPropertyTypeImpl. setUserDefinedCS(UserDefinedCSType userDefinedCS)Sets the "UserDefinedCS" element
-