Uses of Interface
net.opengis.gml.SurfaceType
-
Packages that use SurfaceType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SurfaceType in net.opengis.gml
Subinterfaces of SurfaceType in net.opengis.gml Modifier and Type Interface Description interfacePolyhedralSurfaceTypeAn XML PolyhedralSurfaceType(@http://www.opengis.net/gml).interfaceTinTypeAn XML TinType(@http://www.opengis.net/gml).interfaceTriangulatedSurfaceTypeAn XML TriangulatedSurfaceType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return SurfaceType Modifier and Type Method Description SurfaceTypeSurfaceDocument2. addNewSurface2()Appends and returns a new empty "Surface" elementSurfaceTypeSurfaceDocument2. getSurface2()Gets the "Surface" 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 with parameters of type SurfaceType Modifier and Type Method Description voidSurfaceDocument2. setSurface2(SurfaceType surface2)Sets the "Surface" element -
Uses of SurfaceType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement SurfaceType Modifier and Type Class Description classPolyhedralSurfaceTypeImplAn XML PolyhedralSurfaceType(@http://www.opengis.net/gml).classSurfaceTypeImplAn XML SurfaceType(@http://www.opengis.net/gml).classTinTypeImplAn XML TinType(@http://www.opengis.net/gml).classTriangulatedSurfaceTypeImplAn XML TriangulatedSurfaceType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return SurfaceType Modifier and Type Method Description SurfaceTypeSurfaceDocument2Impl. addNewSurface2()Appends and returns a new empty "Surface" elementSurfaceTypeSurfaceDocument2Impl. getSurface2()Gets the "Surface" elementMethods in net.opengis.gml.impl with parameters of type SurfaceType Modifier and Type Method Description voidSurfaceDocument2Impl. setSurface2(SurfaceType surface2)Sets the "Surface" element
-