public static interface BoundingBoxDocument.BoundingBox
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
BoundingBoxDocument.BoundingBox.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 |
|---|---|
String |
getCRS()
Gets the "CRS" attribute
|
double |
getMaxx()
Gets the "maxx" attribute
|
double |
getMaxy()
Gets the "maxy" attribute
|
double |
getMinx()
Gets the "minx" attribute
|
double |
getMiny()
Gets the "miny" attribute
|
double |
getResx()
Gets the "resx" attribute
|
double |
getResy()
Gets the "resy" attribute
|
boolean |
isSetResx()
True if has "resx" attribute
|
boolean |
isSetResy()
True if has "resy" attribute
|
void |
setCRS(String crs)
Sets the "CRS" attribute
|
void |
setMaxx(double maxx)
Sets the "maxx" attribute
|
void |
setMaxy(double maxy)
Sets the "maxy" attribute
|
void |
setMinx(double minx)
Sets the "minx" attribute
|
void |
setMiny(double miny)
Sets the "miny" attribute
|
void |
setResx(double resx)
Sets the "resx" attribute
|
void |
setResy(double resy)
Sets the "resy" attribute
|
void |
unsetResx()
Unsets the "resx" attribute
|
void |
unsetResy()
Unsets the "resy" attribute
|
org.apache.xmlbeans.XmlString |
xgetCRS()
Gets (as xml) the "CRS" attribute
|
org.apache.xmlbeans.XmlDouble |
xgetMaxx()
Gets (as xml) the "maxx" attribute
|
org.apache.xmlbeans.XmlDouble |
xgetMaxy()
Gets (as xml) the "maxy" attribute
|
org.apache.xmlbeans.XmlDouble |
xgetMinx()
Gets (as xml) the "minx" attribute
|
org.apache.xmlbeans.XmlDouble |
xgetMiny()
Gets (as xml) the "miny" attribute
|
org.apache.xmlbeans.XmlDouble |
xgetResx()
Gets (as xml) the "resx" attribute
|
org.apache.xmlbeans.XmlDouble |
xgetResy()
Gets (as xml) the "resy" attribute
|
void |
xsetCRS(org.apache.xmlbeans.XmlString crs)
Sets (as xml) the "CRS" attribute
|
void |
xsetMaxx(org.apache.xmlbeans.XmlDouble maxx)
Sets (as xml) the "maxx" attribute
|
void |
xsetMaxy(org.apache.xmlbeans.XmlDouble maxy)
Sets (as xml) the "maxy" attribute
|
void |
xsetMinx(org.apache.xmlbeans.XmlDouble minx)
Sets (as xml) the "minx" attribute
|
void |
xsetMiny(org.apache.xmlbeans.XmlDouble miny)
Sets (as xml) the "miny" attribute
|
void |
xsetResx(org.apache.xmlbeans.XmlDouble resx)
Sets (as xml) the "resx" attribute
|
void |
xsetResy(org.apache.xmlbeans.XmlDouble resy)
Sets (as xml) the "resy" attribute
|
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, xmlTextString getCRS()
org.apache.xmlbeans.XmlString xgetCRS()
void setCRS(String crs)
void xsetCRS(org.apache.xmlbeans.XmlString crs)
double getMinx()
org.apache.xmlbeans.XmlDouble xgetMinx()
void setMinx(double minx)
void xsetMinx(org.apache.xmlbeans.XmlDouble minx)
double getMiny()
org.apache.xmlbeans.XmlDouble xgetMiny()
void setMiny(double miny)
void xsetMiny(org.apache.xmlbeans.XmlDouble miny)
double getMaxx()
org.apache.xmlbeans.XmlDouble xgetMaxx()
void setMaxx(double maxx)
void xsetMaxx(org.apache.xmlbeans.XmlDouble maxx)
double getMaxy()
org.apache.xmlbeans.XmlDouble xgetMaxy()
void setMaxy(double maxy)
void xsetMaxy(org.apache.xmlbeans.XmlDouble maxy)
double getResx()
org.apache.xmlbeans.XmlDouble xgetResx()
boolean isSetResx()
void setResx(double resx)
void xsetResx(org.apache.xmlbeans.XmlDouble resx)
void unsetResx()
double getResy()
org.apache.xmlbeans.XmlDouble xgetResy()
boolean isSetResy()
void setResy(double resy)
void xsetResy(org.apache.xmlbeans.XmlDouble resy)
void unsetResy()
Copyright © 2015 52north.org. All rights reserved.