Package net.opengis.gml
Interface ParametricCurveSurfaceDocument
-
- All Superinterfaces:
SurfacePatchDocument,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ConeDocument,CylinderDocument,GriddedSurfaceDocument,SphereDocument
- All Known Implementing Classes:
ConeDocumentImpl,CylinderDocumentImpl,GriddedSurfaceDocumentImpl,ParametricCurveSurfaceDocumentImpl,SphereDocumentImpl
public interface ParametricCurveSurfaceDocument extends SurfacePatchDocument
A document containing one _ParametricCurveSurface(@http://www.opengis.net/gml) element. This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParametricCurveSurfaceDocument.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractParametricCurveSurfaceTypeaddNewParametricCurveSurface()Appends and returns a new empty "_ParametricCurveSurface" elementAbstractParametricCurveSurfaceTypegetParametricCurveSurface()Gets the "_ParametricCurveSurface" elementvoidsetParametricCurveSurface(AbstractParametricCurveSurfaceType parametricCurveSurface)Sets the "_ParametricCurveSurface" element-
Methods inherited from interface net.opengis.gml.SurfacePatchDocument
addNewSurfacePatch, getSurfacePatch, setSurfacePatch
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getParametricCurveSurface
AbstractParametricCurveSurfaceType getParametricCurveSurface()
Gets the "_ParametricCurveSurface" element
-
setParametricCurveSurface
void setParametricCurveSurface(AbstractParametricCurveSurfaceType parametricCurveSurface)
Sets the "_ParametricCurveSurface" element
-
addNewParametricCurveSurface
AbstractParametricCurveSurfaceType addNewParametricCurveSurface()
Appends and returns a new empty "_ParametricCurveSurface" element
-
-