Package net.opengis.gml
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). 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.RowAn XML row(@http://www.opengis.net/gml).
-
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.RowaddNewRow()Appends and returns a new empty value (as xml) as the last "row" elementBigIntegergetColumns()Gets the "columns" elementAbstractGriddedSurfaceType.Row[]getRowArray()Gets array of all "row" elementsAbstractGriddedSurfaceType.RowgetRowArray(int i)Gets ith "row" elementBigIntegergetRows()Gets the "rows" elementAbstractGriddedSurfaceType.RowinsertNewRow(int i)Inserts and returns a new empty value (as xml) as the ith "row" elementbooleanisSetColumns()True if has "columns" elementbooleanisSetRows()True if has "rows" elementvoidremoveRow(int i)Removes the ith "row" elementvoidsetColumns(BigInteger columns)Sets the "columns" elementvoidsetRowArray(int i, AbstractGriddedSurfaceType.Row row)Sets ith "row" elementvoidsetRowArray(AbstractGriddedSurfaceType.Row[] rowArray)Sets array of all "row" elementvoidsetRows(BigInteger rows)Sets the "rows" elementintsizeOfRowArray()Returns number of "row" elementvoidunsetColumns()Unsets the "columns" elementvoidunsetRows()Unsets the "rows" elementorg.apache.xmlbeans.XmlIntegerxgetColumns()Gets (as xml) the "columns" elementorg.apache.xmlbeans.XmlIntegerxgetRows()Gets (as xml) the "rows" elementvoidxsetColumns(org.apache.xmlbeans.XmlInteger columns)Sets (as xml) the "columns" elementvoidxsetRows(org.apache.xmlbeans.XmlInteger rows)Sets (as xml) the "rows" element-
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
-
getRowArray
AbstractGriddedSurfaceType.Row[] getRowArray()
Gets array of all "row" elements
-
getRowArray
AbstractGriddedSurfaceType.Row getRowArray(int i)
Gets ith "row" element
-
sizeOfRowArray
int sizeOfRowArray()
Returns number of "row" element
-
setRowArray
void setRowArray(AbstractGriddedSurfaceType.Row[] rowArray)
Sets array of all "row" element
-
setRowArray
void setRowArray(int i, AbstractGriddedSurfaceType.Row row)Sets ith "row" element
-
insertNewRow
AbstractGriddedSurfaceType.Row insertNewRow(int i)
Inserts and returns a new empty value (as xml) as the ith "row" element
-
addNewRow
AbstractGriddedSurfaceType.Row addNewRow()
Appends and returns a new empty value (as xml) as the last "row" element
-
removeRow
void removeRow(int i)
Removes the ith "row" element
-
getRows
BigInteger getRows()
Gets the "rows" element
-
xgetRows
org.apache.xmlbeans.XmlInteger xgetRows()
Gets (as xml) the "rows" element
-
isSetRows
boolean isSetRows()
True if has "rows" element
-
setRows
void setRows(BigInteger rows)
Sets the "rows" element
-
xsetRows
void xsetRows(org.apache.xmlbeans.XmlInteger rows)
Sets (as xml) the "rows" element
-
unsetRows
void unsetRows()
Unsets the "rows" element
-
getColumns
BigInteger getColumns()
Gets the "columns" element
-
xgetColumns
org.apache.xmlbeans.XmlInteger xgetColumns()
Gets (as xml) the "columns" element
-
isSetColumns
boolean isSetColumns()
True if has "columns" element
-
setColumns
void setColumns(BigInteger columns)
Sets the "columns" element
-
xsetColumns
void xsetColumns(org.apache.xmlbeans.XmlInteger columns)
Sets (as xml) the "columns" element
-
unsetColumns
void unsetColumns()
Unsets the "columns" element
-
-