Package net.opengis.gml.x32
Interface AbstractGriddedSurfaceType
-
- All Superinterfaces:
AbstractParametricCurveSurfaceType,AbstractSurfacePatchType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ConeType,CylinderType,SphereType
- All Known Implementing Classes:
AbstractGriddedSurfaceTypeImpl,ConeTypeImpl,CylinderTypeImpl,SphereTypeImpl
public interface AbstractGriddedSurfaceType extends AbstractParametricCurveSurfaceType
An XML AbstractGriddedSurfaceType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractGriddedSurfaceType.FactoryA factory class with static methods for creating instances of this type.static interfaceAbstractGriddedSurfaceType.RowsAn XML rows(@http://www.opengis.net/gml/3.2).
-
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 AbstractGriddedSurfaceType.RowsaddNewRows()Appends and returns a new empty "rows" elementBigIntegergetColumns()Gets the "columns" attributeAbstractGriddedSurfaceType.RowsgetRows()Gets the "rows" elementBigIntegergetRows2()Gets the "rows" attributebooleanisSetColumns()True if has "columns" attributebooleanisSetRows2()True if has "rows" attributevoidsetColumns(BigInteger columns)Sets the "columns" attributevoidsetRows(AbstractGriddedSurfaceType.Rows rows)Sets the "rows" elementvoidsetRows2(BigInteger rows2)Sets the "rows" attributevoidunsetColumns()Unsets the "columns" attributevoidunsetRows2()Unsets the "rows" attributeorg.apache.xmlbeans.XmlIntegerxgetColumns()Gets (as xml) the "columns" attributeorg.apache.xmlbeans.XmlIntegerxgetRows2()Gets (as xml) the "rows" attributevoidxsetColumns(org.apache.xmlbeans.XmlInteger columns)Sets (as xml) the "columns" attributevoidxsetRows2(org.apache.xmlbeans.XmlInteger rows2)Sets (as xml) the "rows" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractParametricCurveSurfaceType
getAggregationType, isSetAggregationType, setAggregationType, unsetAggregationType, xgetAggregationType, xsetAggregationType
-
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
-
getRows
AbstractGriddedSurfaceType.Rows getRows()
Gets the "rows" element
-
setRows
void setRows(AbstractGriddedSurfaceType.Rows rows)
Sets the "rows" element
-
addNewRows
AbstractGriddedSurfaceType.Rows addNewRows()
Appends and returns a new empty "rows" element
-
getRows2
BigInteger getRows2()
Gets the "rows" attribute
-
xgetRows2
org.apache.xmlbeans.XmlInteger xgetRows2()
Gets (as xml) the "rows" attribute
-
isSetRows2
boolean isSetRows2()
True if has "rows" attribute
-
setRows2
void setRows2(BigInteger rows2)
Sets the "rows" attribute
-
xsetRows2
void xsetRows2(org.apache.xmlbeans.XmlInteger rows2)
Sets (as xml) the "rows" attribute
-
unsetRows2
void unsetRows2()
Unsets the "rows" attribute
-
getColumns
BigInteger getColumns()
Gets the "columns" attribute
-
xgetColumns
org.apache.xmlbeans.XmlInteger xgetColumns()
Gets (as xml) the "columns" attribute
-
isSetColumns
boolean isSetColumns()
True if has "columns" attribute
-
setColumns
void setColumns(BigInteger columns)
Sets the "columns" attribute
-
xsetColumns
void xsetColumns(org.apache.xmlbeans.XmlInteger columns)
Sets (as xml) the "columns" attribute
-
unsetColumns
void unsetColumns()
Unsets the "columns" attribute
-
-