Package net.opengis.wcs.x11
Interface SpatialDomainType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SpatialDomainTypeImpl
public interface SpatialDomainType extends org.apache.xmlbeans.XmlObjectAn XML SpatialDomainType(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpatialDomainType.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 BoundingBoxTypeaddNewBoundingBox()Appends and returns a new empty value (as xml) as the last "BoundingBox" elementAbstractCoordinateOperationTypeaddNewCoordinateOperation()Appends and returns a new empty "_CoordinateOperation" elementGridCrsTypeaddNewGridCRS()Appends and returns a new empty "GridCRS" elementImageCRSRefTypeaddNewImageCRS()Appends and returns a new empty "ImageCRS" elementPolygonTypeaddNewPolygon()Appends and returns a new empty value (as xml) as the last "Polygon" elementBoundingBoxType[]getBoundingBoxArray()Gets array of all "BoundingBox" elementsBoundingBoxTypegetBoundingBoxArray(int i)Gets ith "BoundingBox" elementAbstractCoordinateOperationTypegetCoordinateOperation()Gets the "_CoordinateOperation" elementGridCrsTypegetGridCRS()Gets the "GridCRS" elementImageCRSRefTypegetImageCRS()Gets the "ImageCRS" elementPolygonType[]getPolygonArray()Gets array of all "Polygon" elementsPolygonTypegetPolygonArray(int i)Gets ith "Polygon" elementBoundingBoxTypeinsertNewBoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "BoundingBox" elementPolygonTypeinsertNewPolygon(int i)Inserts and returns a new empty value (as xml) as the ith "Polygon" elementbooleanisSetCoordinateOperation()True if has "_CoordinateOperation" elementbooleanisSetGridCRS()True if has "GridCRS" elementbooleanisSetImageCRS()True if has "ImageCRS" elementvoidremoveBoundingBox(int i)Removes the ith "BoundingBox" elementvoidremovePolygon(int i)Removes the ith "Polygon" elementvoidsetBoundingBoxArray(int i, BoundingBoxType boundingBox)Sets ith "BoundingBox" elementvoidsetBoundingBoxArray(BoundingBoxType[] boundingBoxArray)Sets array of all "BoundingBox" elementvoidsetCoordinateOperation(AbstractCoordinateOperationType coordinateOperation)Sets the "_CoordinateOperation" elementvoidsetGridCRS(GridCrsType gridCRS)Sets the "GridCRS" elementvoidsetImageCRS(ImageCRSRefType imageCRS)Sets the "ImageCRS" elementvoidsetPolygonArray(int i, PolygonType polygon)Sets ith "Polygon" elementvoidsetPolygonArray(PolygonType[] polygonArray)Sets array of all "Polygon" elementintsizeOfBoundingBoxArray()Returns number of "BoundingBox" elementintsizeOfPolygonArray()Returns number of "Polygon" elementvoidunsetCoordinateOperation()Unsets the "_CoordinateOperation" elementvoidunsetGridCRS()Unsets the "GridCRS" elementvoidunsetImageCRS()Unsets the "ImageCRS" 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
-
getBoundingBoxArray
BoundingBoxType[] getBoundingBoxArray()
Gets array of all "BoundingBox" elements
-
getBoundingBoxArray
BoundingBoxType getBoundingBoxArray(int i)
Gets ith "BoundingBox" element
-
sizeOfBoundingBoxArray
int sizeOfBoundingBoxArray()
Returns number of "BoundingBox" element
-
setBoundingBoxArray
void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
Sets array of all "BoundingBox" element
-
setBoundingBoxArray
void setBoundingBoxArray(int i, BoundingBoxType boundingBox)Sets ith "BoundingBox" element
-
insertNewBoundingBox
BoundingBoxType insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
-
addNewBoundingBox
BoundingBoxType addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element
-
removeBoundingBox
void removeBoundingBox(int i)
Removes the ith "BoundingBox" element
-
getGridCRS
GridCrsType getGridCRS()
Gets the "GridCRS" element
-
isSetGridCRS
boolean isSetGridCRS()
True if has "GridCRS" element
-
setGridCRS
void setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
-
addNewGridCRS
GridCrsType addNewGridCRS()
Appends and returns a new empty "GridCRS" element
-
unsetGridCRS
void unsetGridCRS()
Unsets the "GridCRS" element
-
getCoordinateOperation
AbstractCoordinateOperationType getCoordinateOperation()
Gets the "_CoordinateOperation" element
-
isSetCoordinateOperation
boolean isSetCoordinateOperation()
True if has "_CoordinateOperation" element
-
setCoordinateOperation
void setCoordinateOperation(AbstractCoordinateOperationType coordinateOperation)
Sets the "_CoordinateOperation" element
-
addNewCoordinateOperation
AbstractCoordinateOperationType addNewCoordinateOperation()
Appends and returns a new empty "_CoordinateOperation" element
-
unsetCoordinateOperation
void unsetCoordinateOperation()
Unsets the "_CoordinateOperation" element
-
getImageCRS
ImageCRSRefType getImageCRS()
Gets the "ImageCRS" element
-
isSetImageCRS
boolean isSetImageCRS()
True if has "ImageCRS" element
-
setImageCRS
void setImageCRS(ImageCRSRefType imageCRS)
Sets the "ImageCRS" element
-
addNewImageCRS
ImageCRSRefType addNewImageCRS()
Appends and returns a new empty "ImageCRS" element
-
unsetImageCRS
void unsetImageCRS()
Unsets the "ImageCRS" element
-
getPolygonArray
PolygonType[] getPolygonArray()
Gets array of all "Polygon" elements
-
getPolygonArray
PolygonType getPolygonArray(int i)
Gets ith "Polygon" element
-
sizeOfPolygonArray
int sizeOfPolygonArray()
Returns number of "Polygon" element
-
setPolygonArray
void setPolygonArray(PolygonType[] polygonArray)
Sets array of all "Polygon" element
-
setPolygonArray
void setPolygonArray(int i, PolygonType polygon)Sets ith "Polygon" element
-
insertNewPolygon
PolygonType insertNewPolygon(int i)
Inserts and returns a new empty value (as xml) as the ith "Polygon" element
-
addNewPolygon
PolygonType addNewPolygon()
Appends and returns a new empty value (as xml) as the last "Polygon" element
-
removePolygon
void removePolygon(int i)
Removes the ith "Polygon" element
-
-