public static interface BoundingBoxDataDocument.BoundingBoxData extends DataDescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
BoundingBoxDataDocument.BoundingBoxData.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 |
|---|---|
SupportedCRSDocument.SupportedCRS |
addNewSupportedCRS()
Appends and returns a new empty value (as xml) as the last "SupportedCRS" element
|
SupportedCRSDocument.SupportedCRS[] |
getSupportedCRSArray()
Gets array of all "SupportedCRS" elements
|
SupportedCRSDocument.SupportedCRS |
getSupportedCRSArray(int i)
Gets ith "SupportedCRS" element
|
SupportedCRSDocument.SupportedCRS |
insertNewSupportedCRS(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedCRS" element
|
void |
removeSupportedCRS(int i)
Removes the ith "SupportedCRS" element
|
void |
setSupportedCRSArray(int i,
SupportedCRSDocument.SupportedCRS supportedCRS)
Sets ith "SupportedCRS" element
|
void |
setSupportedCRSArray(SupportedCRSDocument.SupportedCRS[] supportedCRSArray)
Sets array of all "SupportedCRS" element
|
int |
sizeOfSupportedCRSArray()
Returns number of "SupportedCRS" element
|
addNewFormat, getFormatArray, getFormatArray, insertNewFormat, removeFormat, setFormatArray, setFormatArray, sizeOfFormatArraychangeType, 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, xmlTextSupportedCRSDocument.SupportedCRS[] getSupportedCRSArray()
SupportedCRSDocument.SupportedCRS getSupportedCRSArray(int i)
int sizeOfSupportedCRSArray()
void setSupportedCRSArray(SupportedCRSDocument.SupportedCRS[] supportedCRSArray)
void setSupportedCRSArray(int i,
SupportedCRSDocument.SupportedCRS supportedCRS)
SupportedCRSDocument.SupportedCRS insertNewSupportedCRS(int i)
SupportedCRSDocument.SupportedCRS addNewSupportedCRS()
void removeSupportedCRS(int i)
Copyright © 2015–2018 52north.org. All rights reserved.