public interface SpatialDomainType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SpatialDomainType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxType |
addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element
|
AbstractCoordinateOperationType |
addNewCoordinateOperation()
Appends and returns a new empty "_CoordinateOperation" element
|
GridCrsType |
addNewGridCRS()
Appends and returns a new empty "GridCRS" element
|
ImageCRSRefType |
addNewImageCRS()
Appends and returns a new empty "ImageCRS" element
|
PolygonType |
addNewPolygon()
Appends and returns a new empty value (as xml) as the last "Polygon" element
|
BoundingBoxType[] |
getBoundingBoxArray()
Gets array of all "BoundingBox" elements
|
BoundingBoxType |
getBoundingBoxArray(int i)
Gets ith "BoundingBox" element
|
AbstractCoordinateOperationType |
getCoordinateOperation()
Gets the "_CoordinateOperation" element
|
GridCrsType |
getGridCRS()
Gets the "GridCRS" element
|
ImageCRSRefType |
getImageCRS()
Gets the "ImageCRS" element
|
PolygonType[] |
getPolygonArray()
Gets array of all "Polygon" elements
|
PolygonType |
getPolygonArray(int i)
Gets ith "Polygon" element
|
BoundingBoxType |
insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
|
PolygonType |
insertNewPolygon(int i)
Inserts and returns a new empty value (as xml) as the ith "Polygon" element
|
boolean |
isSetCoordinateOperation()
True if has "_CoordinateOperation" element
|
boolean |
isSetGridCRS()
True if has "GridCRS" element
|
boolean |
isSetImageCRS()
True if has "ImageCRS" element
|
void |
removeBoundingBox(int i)
Removes the ith "BoundingBox" element
|
void |
removePolygon(int i)
Removes the ith "Polygon" element
|
void |
setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
Sets array of all "BoundingBox" element
|
void |
setBoundingBoxArray(int i,
BoundingBoxType boundingBox)
Sets ith "BoundingBox" element
|
void |
setCoordinateOperation(AbstractCoordinateOperationType coordinateOperation)
Sets the "_CoordinateOperation" element
|
void |
setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
|
void |
setImageCRS(ImageCRSRefType imageCRS)
Sets the "ImageCRS" element
|
void |
setPolygonArray(int i,
PolygonType polygon)
Sets ith "Polygon" element
|
void |
setPolygonArray(PolygonType[] polygonArray)
Sets array of all "Polygon" element
|
int |
sizeOfBoundingBoxArray()
Returns number of "BoundingBox" element
|
int |
sizeOfPolygonArray()
Returns number of "Polygon" element
|
void |
unsetCoordinateOperation()
Unsets the "_CoordinateOperation" element
|
void |
unsetGridCRS()
Unsets the "GridCRS" element
|
void |
unsetImageCRS()
Unsets the "ImageCRS" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextBoundingBoxType[] getBoundingBoxArray()
BoundingBoxType getBoundingBoxArray(int i)
int sizeOfBoundingBoxArray()
void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
void setBoundingBoxArray(int i,
BoundingBoxType boundingBox)
BoundingBoxType insertNewBoundingBox(int i)
BoundingBoxType addNewBoundingBox()
void removeBoundingBox(int i)
GridCrsType getGridCRS()
boolean isSetGridCRS()
void setGridCRS(GridCrsType gridCRS)
GridCrsType addNewGridCRS()
void unsetGridCRS()
AbstractCoordinateOperationType getCoordinateOperation()
boolean isSetCoordinateOperation()
void setCoordinateOperation(AbstractCoordinateOperationType coordinateOperation)
AbstractCoordinateOperationType addNewCoordinateOperation()
void unsetCoordinateOperation()
ImageCRSRefType getImageCRS()
boolean isSetImageCRS()
void setImageCRS(ImageCRSRefType imageCRS)
ImageCRSRefType addNewImageCRS()
void unsetImageCRS()
PolygonType[] getPolygonArray()
PolygonType getPolygonArray(int i)
int sizeOfPolygonArray()
void setPolygonArray(PolygonType[] polygonArray)
void setPolygonArray(int i,
PolygonType polygon)
PolygonType insertNewPolygon(int i)
PolygonType addNewPolygon()
void removePolygon(int i)
Copyright © 2017 52north.org. All rights reserved.