Uses of Interface
net.opengis.gml.x33.tin.TINElementType
-
Packages that use TINElementType Package Description net.opengis.gml.x33.tin net.opengis.gml.x33.tin.impl -
-
Uses of TINElementType in net.opengis.gml.x33.tin
Methods in net.opengis.gml.x33.tin that return TINElementType Modifier and Type Method Description TINElementTypeTINElementDocument. addNewTINElement()Appends and returns a new empty "TINElement" elementTINElementTypeTINElementPropertyType. addNewTINElement()Appends and returns a new empty "TINElement" elementTINElementTypeTINElementDocument. getTINElement()Gets the "TINElement" elementTINElementTypeTINElementPropertyType. getTINElement()Gets the "TINElement" elementstatic TINElementTypeTINElementType.Factory. newInstance()static TINElementTypeTINElementType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TINElementTypeTINElementType.Factory. parse(File file)static TINElementTypeTINElementType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TINElementTypeTINElementType.Factory. parse(InputStream is)static TINElementTypeTINElementType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TINElementTypeTINElementType.Factory. parse(Reader r)static TINElementTypeTINElementType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TINElementTypeTINElementType.Factory. parse(String xmlAsString)static TINElementTypeTINElementType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TINElementTypeTINElementType.Factory. parse(URL u)static TINElementTypeTINElementType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TINElementTypeTINElementType.Factory. parse(XMLStreamReader sr)static TINElementTypeTINElementType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TINElementTypeTINElementType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TINElementTypeTINElementType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TINElementTypeTINElementType.Factory. parse(Node node)static TINElementTypeTINElementType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.tin with parameters of type TINElementType Modifier and Type Method Description voidTINElementDocument. setTINElement(TINElementType tinElement)Sets the "TINElement" elementvoidTINElementPropertyType. setTINElement(TINElementType tinElement)Sets the "TINElement" element -
Uses of TINElementType in net.opengis.gml.x33.tin.impl
Classes in net.opengis.gml.x33.tin.impl that implement TINElementType Modifier and Type Class Description classTINElementTypeImplAn XML TINElementType(@http://www.opengis.net/gml/3.3/tin).Methods in net.opengis.gml.x33.tin.impl that return TINElementType Modifier and Type Method Description TINElementTypeTINElementDocumentImpl. addNewTINElement()Appends and returns a new empty "TINElement" elementTINElementTypeTINElementPropertyTypeImpl. addNewTINElement()Appends and returns a new empty "TINElement" elementTINElementTypeTINElementDocumentImpl. getTINElement()Gets the "TINElement" elementTINElementTypeTINElementPropertyTypeImpl. getTINElement()Gets the "TINElement" elementMethods in net.opengis.gml.x33.tin.impl with parameters of type TINElementType Modifier and Type Method Description voidTINElementDocumentImpl. setTINElement(TINElementType tinElement)Sets the "TINElement" elementvoidTINElementPropertyTypeImpl. setTINElement(TINElementType tinElement)Sets the "TINElement" element
-