Uses of Interface
net.opengis.gml.x33.tin.TINType
-
Packages that use TINType Package Description net.opengis.gml.x33.tin net.opengis.gml.x33.tin.impl -
-
Uses of TINType in net.opengis.gml.x33.tin
Methods in net.opengis.gml.x33.tin that return TINType Modifier and Type Method Description TINTypeTINDocument. addNewTIN()Appends and returns a new empty "TIN" elementTINTypeTINDocument. getTIN()Gets the "TIN" elementstatic TINTypeTINType.Factory. newInstance()static TINTypeTINType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TINTypeTINType.Factory. parse(File file)static TINTypeTINType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TINTypeTINType.Factory. parse(InputStream is)static TINTypeTINType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TINTypeTINType.Factory. parse(Reader r)static TINTypeTINType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TINTypeTINType.Factory. parse(String xmlAsString)static TINTypeTINType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TINTypeTINType.Factory. parse(URL u)static TINTypeTINType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TINTypeTINType.Factory. parse(XMLStreamReader sr)static TINTypeTINType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TINTypeTINType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TINTypeTINType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TINTypeTINType.Factory. parse(Node node)static TINTypeTINType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.tin with parameters of type TINType Modifier and Type Method Description voidTINDocument. setTIN(TINType tin)Sets the "TIN" element -
Uses of TINType in net.opengis.gml.x33.tin.impl
Classes in net.opengis.gml.x33.tin.impl that implement TINType Modifier and Type Class Description classTINTypeImplAn XML TINType(@http://www.opengis.net/gml/3.3/tin).Methods in net.opengis.gml.x33.tin.impl that return TINType Modifier and Type Method Description TINTypeTINDocumentImpl. addNewTIN()Appends and returns a new empty "TIN" elementTINTypeTINDocumentImpl. getTIN()Gets the "TIN" elementMethods in net.opengis.gml.x33.tin.impl with parameters of type TINType Modifier and Type Method Description voidTINDocumentImpl. setTIN(TINType tin)Sets the "TIN" element
-