Uses of Interface
net.opengis.gml.x32.SurfaceType
-
Packages that use SurfaceType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SurfaceType in net.opengis.gml.x32
Subinterfaces of SurfaceType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceTinTypeAn XML TinType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return SurfaceType Modifier and Type Method Description SurfaceTypePolyhedralSurfaceDocument. addNewPolyhedralSurface()Appends and returns a new empty "PolyhedralSurface" elementSurfaceTypeSurfaceDocument. addNewSurface()Appends and returns a new empty "Surface" elementSurfaceTypeTriangulatedSurfaceDocument. addNewTriangulatedSurface()Appends and returns a new empty "TriangulatedSurface" elementSurfaceTypePolyhedralSurfaceDocument. getPolyhedralSurface()Gets the "PolyhedralSurface" elementSurfaceTypeSurfaceDocument. getSurface()Gets the "Surface" elementSurfaceTypeTriangulatedSurfaceDocument. getTriangulatedSurface()Gets the "TriangulatedSurface" elementstatic SurfaceTypeSurfaceType.Factory. newInstance()static SurfaceTypeSurfaceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SurfaceTypeSurfaceType.Factory. parse(File file)static SurfaceTypeSurfaceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SurfaceTypeSurfaceType.Factory. parse(InputStream is)static SurfaceTypeSurfaceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SurfaceTypeSurfaceType.Factory. parse(Reader r)static SurfaceTypeSurfaceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SurfaceTypeSurfaceType.Factory. parse(String xmlAsString)static SurfaceTypeSurfaceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SurfaceTypeSurfaceType.Factory. parse(URL u)static SurfaceTypeSurfaceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SurfaceTypeSurfaceType.Factory. parse(XMLStreamReader sr)static SurfaceTypeSurfaceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SurfaceTypeSurfaceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SurfaceTypeSurfaceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SurfaceTypeSurfaceType.Factory. parse(Node node)static SurfaceTypeSurfaceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type SurfaceType Modifier and Type Method Description voidPolyhedralSurfaceDocument. setPolyhedralSurface(SurfaceType polyhedralSurface)Sets the "PolyhedralSurface" elementvoidSurfaceDocument. setSurface(SurfaceType surface)Sets the "Surface" elementvoidTriangulatedSurfaceDocument. setTriangulatedSurface(SurfaceType triangulatedSurface)Sets the "TriangulatedSurface" element -
Uses of SurfaceType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement SurfaceType Modifier and Type Class Description classSurfaceTypeImplAn XML SurfaceType(@http://www.opengis.net/gml/3.2).classTinTypeImplAn XML TinType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return SurfaceType Modifier and Type Method Description SurfaceTypePolyhedralSurfaceDocumentImpl. addNewPolyhedralSurface()Appends and returns a new empty "PolyhedralSurface" elementSurfaceTypeSurfaceDocumentImpl. addNewSurface()Appends and returns a new empty "Surface" elementSurfaceTypeTriangulatedSurfaceDocumentImpl. addNewTriangulatedSurface()Appends and returns a new empty "TriangulatedSurface" elementSurfaceTypePolyhedralSurfaceDocumentImpl. getPolyhedralSurface()Gets the "PolyhedralSurface" elementSurfaceTypeSurfaceDocumentImpl. getSurface()Gets the "Surface" elementSurfaceTypeTriangulatedSurfaceDocumentImpl. getTriangulatedSurface()Gets the "TriangulatedSurface" elementMethods in net.opengis.gml.x32.impl with parameters of type SurfaceType Modifier and Type Method Description voidPolyhedralSurfaceDocumentImpl. setPolyhedralSurface(SurfaceType polyhedralSurface)Sets the "PolyhedralSurface" elementvoidSurfaceDocumentImpl. setSurface(SurfaceType surface)Sets the "Surface" elementvoidTriangulatedSurfaceDocumentImpl. setTriangulatedSurface(SurfaceType triangulatedSurface)Sets the "TriangulatedSurface" element
-