Uses of Interface
net.opengis.gml.AbstractSurfacePatchType
-
Packages that use AbstractSurfacePatchType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractSurfacePatchType in net.opengis.gml
Subinterfaces of AbstractSurfacePatchType in net.opengis.gml Modifier and Type Interface Description interfaceAbstractGriddedSurfaceTypeAn XML AbstractGriddedSurfaceType(@http://www.opengis.net/gml).interfaceAbstractParametricCurveSurfaceTypeAn XML AbstractParametricCurveSurfaceType(@http://www.opengis.net/gml).interfaceConeTypeAn XML ConeType(@http://www.opengis.net/gml).interfaceCylinderTypeAn XML CylinderType(@http://www.opengis.net/gml).interfacePolygonPatchTypeAn XML PolygonPatchType(@http://www.opengis.net/gml).interfaceRectangleTypeAn XML RectangleType(@http://www.opengis.net/gml).interfaceSphereTypeAn XML SphereType(@http://www.opengis.net/gml).interfaceTriangleTypeAn XML TriangleType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractSurfacePatchType Modifier and Type Method Description AbstractSurfacePatchTypeSurfacePatchArrayPropertyType. addNewSurfacePatch()Appends and returns a new empty value (as xml) as the last "_SurfacePatch" elementAbstractSurfacePatchTypeSurfacePatchDocument. addNewSurfacePatch()Appends and returns a new empty "_SurfacePatch" elementAbstractSurfacePatchTypeSurfacePatchDocument. getSurfacePatch()Gets the "_SurfacePatch" elementAbstractSurfacePatchType[]SurfacePatchArrayPropertyType. getSurfacePatchArray()Gets array of all "_SurfacePatch" elementsAbstractSurfacePatchTypeSurfacePatchArrayPropertyType. getSurfacePatchArray(int i)Gets ith "_SurfacePatch" elementAbstractSurfacePatchTypeSurfacePatchArrayPropertyType. insertNewSurfacePatch(int i)Inserts and returns a new empty value (as xml) as the ith "_SurfacePatch" elementstatic AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(File file)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(InputStream is)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(Reader r)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(String xmlAsString)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(URL u)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(XMLStreamReader sr)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(Node node)static AbstractSurfacePatchTypeAbstractSurfacePatchType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractSurfacePatchType Modifier and Type Method Description voidSurfacePatchDocument. setSurfacePatch(AbstractSurfacePatchType surfacePatch)Sets the "_SurfacePatch" elementvoidSurfacePatchArrayPropertyType. setSurfacePatchArray(int i, AbstractSurfacePatchType surfacePatch)Sets ith "_SurfacePatch" elementvoidSurfacePatchArrayPropertyType. setSurfacePatchArray(AbstractSurfacePatchType[] surfacePatchArray)Sets array of all "_SurfacePatch" element -
Uses of AbstractSurfacePatchType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractSurfacePatchType Modifier and Type Class Description classAbstractGriddedSurfaceTypeImplAn XML AbstractGriddedSurfaceType(@http://www.opengis.net/gml).classAbstractParametricCurveSurfaceTypeImplAn XML AbstractParametricCurveSurfaceType(@http://www.opengis.net/gml).classAbstractSurfacePatchTypeImplAn XML AbstractSurfacePatchType(@http://www.opengis.net/gml).classConeTypeImplAn XML ConeType(@http://www.opengis.net/gml).classCylinderTypeImplAn XML CylinderType(@http://www.opengis.net/gml).classPolygonPatchTypeImplAn XML PolygonPatchType(@http://www.opengis.net/gml).classRectangleTypeImplAn XML RectangleType(@http://www.opengis.net/gml).classSphereTypeImplAn XML SphereType(@http://www.opengis.net/gml).classTriangleTypeImplAn XML TriangleType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractSurfacePatchType Modifier and Type Method Description AbstractSurfacePatchTypeSurfacePatchArrayPropertyTypeImpl. addNewSurfacePatch()Appends and returns a new empty value (as xml) as the last "_SurfacePatch" elementAbstractSurfacePatchTypeSurfacePatchDocumentImpl. addNewSurfacePatch()Appends and returns a new empty "_SurfacePatch" elementAbstractSurfacePatchTypeSurfacePatchDocumentImpl. getSurfacePatch()Gets the "_SurfacePatch" elementAbstractSurfacePatchType[]SurfacePatchArrayPropertyTypeImpl. getSurfacePatchArray()Gets array of all "_SurfacePatch" elementsAbstractSurfacePatchTypeSurfacePatchArrayPropertyTypeImpl. getSurfacePatchArray(int i)Gets ith "_SurfacePatch" elementAbstractSurfacePatchTypeSurfacePatchArrayPropertyTypeImpl. insertNewSurfacePatch(int i)Inserts and returns a new empty value (as xml) as the ith "_SurfacePatch" elementMethods in net.opengis.gml.impl with parameters of type AbstractSurfacePatchType Modifier and Type Method Description voidSurfacePatchDocumentImpl. setSurfacePatch(AbstractSurfacePatchType surfacePatch)Sets the "_SurfacePatch" elementvoidSurfacePatchArrayPropertyTypeImpl. setSurfacePatchArray(int i, AbstractSurfacePatchType surfacePatch)Sets ith "_SurfacePatch" elementvoidSurfacePatchArrayPropertyTypeImpl. setSurfacePatchArray(AbstractSurfacePatchType[] surfacePatchArray)Sets array of all "_SurfacePatch" element
-