|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SpatialPredicateType.BoundingBox
An XML boundingBox(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
SpatialPredicateType.BoundingBox.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
float |
getEastBound()
Gets the "eastBound" attribute |
float |
getNorthBound()
Gets the "northBound" attribute |
SpatialProjectionType.Enum |
getProjection()
Gets the "projection" attribute |
float |
getSouthBound()
Gets the "southBound" attribute |
float |
getWestBound()
Gets the "westBound" attribute |
boolean |
isSetProjection()
True if has "projection" attribute |
void |
setEastBound(float eastBound)
Sets the "eastBound" attribute |
void |
setNorthBound(float northBound)
Sets the "northBound" attribute |
void |
setProjection(SpatialProjectionType.Enum projection)
Sets the "projection" attribute |
void |
setSouthBound(float southBound)
Sets the "southBound" attribute |
void |
setWestBound(float westBound)
Sets the "westBound" attribute |
void |
unsetProjection()
Unsets the "projection" attribute |
org.apache.xmlbeans.XmlFloat |
xgetEastBound()
Gets (as xml) the "eastBound" attribute |
org.apache.xmlbeans.XmlFloat |
xgetNorthBound()
Gets (as xml) the "northBound" attribute |
SpatialProjectionType |
xgetProjection()
Gets (as xml) the "projection" attribute |
org.apache.xmlbeans.XmlFloat |
xgetSouthBound()
Gets (as xml) the "southBound" attribute |
org.apache.xmlbeans.XmlFloat |
xgetWestBound()
Gets (as xml) the "westBound" attribute |
void |
xsetEastBound(org.apache.xmlbeans.XmlFloat eastBound)
Sets (as xml) the "eastBound" attribute |
void |
xsetNorthBound(org.apache.xmlbeans.XmlFloat northBound)
Sets (as xml) the "northBound" attribute |
void |
xsetProjection(SpatialProjectionType projection)
Sets (as xml) the "projection" attribute |
void |
xsetSouthBound(org.apache.xmlbeans.XmlFloat southBound)
Sets (as xml) the "southBound" attribute |
void |
xsetWestBound(org.apache.xmlbeans.XmlFloat westBound)
Sets (as xml) the "westBound" attribute |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
float getNorthBound()
org.apache.xmlbeans.XmlFloat xgetNorthBound()
void setNorthBound(float northBound)
void xsetNorthBound(org.apache.xmlbeans.XmlFloat northBound)
float getSouthBound()
org.apache.xmlbeans.XmlFloat xgetSouthBound()
void setSouthBound(float southBound)
void xsetSouthBound(org.apache.xmlbeans.XmlFloat southBound)
float getEastBound()
org.apache.xmlbeans.XmlFloat xgetEastBound()
void setEastBound(float eastBound)
void xsetEastBound(org.apache.xmlbeans.XmlFloat eastBound)
float getWestBound()
org.apache.xmlbeans.XmlFloat xgetWestBound()
void setWestBound(float westBound)
void xsetWestBound(org.apache.xmlbeans.XmlFloat westBound)
SpatialProjectionType.Enum getProjection()
SpatialProjectionType xgetProjection()
boolean isSetProjection()
void setProjection(SpatialProjectionType.Enum projection)
void xsetProjection(SpatialProjectionType projection)
void unsetProjection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||