public interface GridCrsType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
GridCrsType.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 |
|---|---|
CodeType |
addNewSrsName()
Appends and returns a new empty "srsName" element
|
String |
getGridBaseCRS()
Gets the "GridBaseCRS" element
|
String |
getGridCS()
Gets the "GridCS" element
|
List |
getGridOffsets()
Gets the "GridOffsets" element
|
List |
getGridOrigin()
Gets the "GridOrigin" element
|
String |
getGridType()
Gets the "GridType" element
|
String |
getId()
Gets the "id" attribute
|
CodeType |
getSrsName()
Gets the "srsName" element
|
boolean |
isSetGridCS()
True if has "GridCS" element
|
boolean |
isSetGridOrigin()
True if has "GridOrigin" element
|
boolean |
isSetGridType()
True if has "GridType" element
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetSrsName()
True if has "srsName" element
|
void |
setGridBaseCRS(String gridBaseCRS)
Sets the "GridBaseCRS" element
|
void |
setGridCS(String gridCS)
Sets the "GridCS" element
|
void |
setGridOffsets(List gridOffsets)
Sets the "GridOffsets" element
|
void |
setGridOrigin(List gridOrigin)
Sets the "GridOrigin" element
|
void |
setGridType(String gridType)
Sets the "GridType" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setSrsName(CodeType srsName)
Sets the "srsName" element
|
void |
unsetGridCS()
Unsets the "GridCS" element
|
void |
unsetGridOrigin()
Unsets the "GridOrigin" element
|
void |
unsetGridType()
Unsets the "GridType" element
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetSrsName()
Unsets the "srsName" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetGridBaseCRS()
Gets (as xml) the "GridBaseCRS" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetGridCS()
Gets (as xml) the "GridCS" element
|
DoubleList |
xgetGridOffsets()
Gets (as xml) the "GridOffsets" element
|
DoubleList |
xgetGridOrigin()
Gets (as xml) the "GridOrigin" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetGridType()
Gets (as xml) the "GridType" element
|
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetGridBaseCRS(org.apache.xmlbeans.XmlAnyURI gridBaseCRS)
Sets (as xml) the "GridBaseCRS" element
|
void |
xsetGridCS(org.apache.xmlbeans.XmlAnyURI gridCS)
Sets (as xml) the "GridCS" element
|
void |
xsetGridOffsets(DoubleList gridOffsets)
Sets (as xml) the "GridOffsets" element
|
void |
xsetGridOrigin(DoubleList gridOrigin)
Sets (as xml) the "GridOrigin" element
|
void |
xsetGridType(org.apache.xmlbeans.XmlAnyURI gridType)
Sets (as xml) the "GridType" element
|
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" 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, xmlTextCodeType getSrsName()
boolean isSetSrsName()
void setSrsName(CodeType srsName)
CodeType addNewSrsName()
void unsetSrsName()
String getGridBaseCRS()
org.apache.xmlbeans.XmlAnyURI xgetGridBaseCRS()
void setGridBaseCRS(String gridBaseCRS)
void xsetGridBaseCRS(org.apache.xmlbeans.XmlAnyURI gridBaseCRS)
String getGridType()
org.apache.xmlbeans.XmlAnyURI xgetGridType()
boolean isSetGridType()
void setGridType(String gridType)
void xsetGridType(org.apache.xmlbeans.XmlAnyURI gridType)
void unsetGridType()
List getGridOrigin()
DoubleList xgetGridOrigin()
boolean isSetGridOrigin()
void setGridOrigin(List gridOrigin)
void xsetGridOrigin(DoubleList gridOrigin)
void unsetGridOrigin()
List getGridOffsets()
DoubleList xgetGridOffsets()
void setGridOffsets(List gridOffsets)
void xsetGridOffsets(DoubleList gridOffsets)
String getGridCS()
org.apache.xmlbeans.XmlAnyURI xgetGridCS()
boolean isSetGridCS()
void setGridCS(String gridCS)
void xsetGridCS(org.apache.xmlbeans.XmlAnyURI gridCS)
void unsetGridCS()
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
Copyright © 2017 52north.org. All rights reserved.