Uses of Interface
net.opengis.gml.AbstractSurfaceType
-
Packages that use AbstractSurfaceType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractSurfaceType in net.opengis.gml
Subinterfaces of AbstractSurfaceType in net.opengis.gml Modifier and Type Interface Description interfaceCompositeSurfaceTypeAn XML CompositeSurfaceType(@http://www.opengis.net/gml).interfaceOrientableSurfaceTypeAn XML OrientableSurfaceType(@http://www.opengis.net/gml).interfacePolygonTypeAn XML PolygonType(@http://www.opengis.net/gml).interfacePolyhedralSurfaceTypeAn XML PolyhedralSurfaceType(@http://www.opengis.net/gml).interfaceSurfaceTypeAn XML SurfaceType(@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 AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceTypeSurfaceArrayPropertyType. addNewSurface()Appends and returns a new empty value (as xml) as the last "_Surface" elementAbstractSurfaceTypeSurfaceDocument. addNewSurface()Appends and returns a new empty "_Surface" elementAbstractSurfaceTypeSurfacePropertyType. addNewSurface()Appends and returns a new empty "_Surface" elementAbstractSurfaceTypeSurfaceDocument. getSurface()Gets the "_Surface" elementAbstractSurfaceTypeSurfacePropertyType. getSurface()Gets the "_Surface" elementAbstractSurfaceType[]SurfaceArrayPropertyType. getSurfaceArray()Gets array of all "_Surface" elementsAbstractSurfaceTypeSurfaceArrayPropertyType. getSurfaceArray(int i)Gets ith "_Surface" elementAbstractSurfaceTypeSurfaceArrayPropertyType. insertNewSurface(int i)Inserts and returns a new empty value (as xml) as the ith "_Surface" elementstatic AbstractSurfaceTypeAbstractSurfaceType.Factory. newInstance()static AbstractSurfaceTypeAbstractSurfaceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(File file)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(InputStream is)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(Reader r)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(String xmlAsString)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(URL u)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(XMLStreamReader sr)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(Node node)static AbstractSurfaceTypeAbstractSurfaceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractSurfaceType Modifier and Type Method Description voidSurfaceDocument. setSurface(AbstractSurfaceType surface)Sets the "_Surface" elementvoidSurfacePropertyType. setSurface(AbstractSurfaceType surface)Sets the "_Surface" elementvoidSurfaceArrayPropertyType. setSurfaceArray(int i, AbstractSurfaceType surface)Sets ith "_Surface" elementvoidSurfaceArrayPropertyType. setSurfaceArray(AbstractSurfaceType[] surfaceArray)Sets array of all "_Surface" element -
Uses of AbstractSurfaceType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractSurfaceType Modifier and Type Class Description classAbstractSurfaceTypeImplAn XML AbstractSurfaceType(@http://www.opengis.net/gml).classCompositeSurfaceTypeImplAn XML CompositeSurfaceType(@http://www.opengis.net/gml).classOrientableSurfaceTypeImplAn XML OrientableSurfaceType(@http://www.opengis.net/gml).classPolygonTypeImplAn XML PolygonType(@http://www.opengis.net/gml).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 AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceTypeSurfaceArrayPropertyTypeImpl. addNewSurface()Appends and returns a new empty value (as xml) as the last "_Surface" elementAbstractSurfaceTypeSurfaceDocumentImpl. addNewSurface()Appends and returns a new empty "_Surface" elementAbstractSurfaceTypeSurfacePropertyTypeImpl. addNewSurface()Appends and returns a new empty "_Surface" elementAbstractSurfaceTypeSurfaceDocumentImpl. getSurface()Gets the "_Surface" elementAbstractSurfaceTypeSurfacePropertyTypeImpl. getSurface()Gets the "_Surface" elementAbstractSurfaceType[]SurfaceArrayPropertyTypeImpl. getSurfaceArray()Gets array of all "_Surface" elementsAbstractSurfaceTypeSurfaceArrayPropertyTypeImpl. getSurfaceArray(int i)Gets ith "_Surface" elementAbstractSurfaceTypeSurfaceArrayPropertyTypeImpl. insertNewSurface(int i)Inserts and returns a new empty value (as xml) as the ith "_Surface" elementMethods in net.opengis.gml.impl with parameters of type AbstractSurfaceType Modifier and Type Method Description voidSurfaceDocumentImpl. setSurface(AbstractSurfaceType surface)Sets the "_Surface" elementvoidSurfacePropertyTypeImpl. setSurface(AbstractSurfaceType surface)Sets the "_Surface" elementvoidSurfaceArrayPropertyTypeImpl. setSurfaceArray(int i, AbstractSurfaceType surface)Sets ith "_Surface" elementvoidSurfaceArrayPropertyTypeImpl. setSurfaceArray(AbstractSurfaceType[] surfaceArray)Sets array of all "_Surface" element
-