Package net.opengis.wcs.x11
Interface GridCrsType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GridCrsTypeImpl
public interface GridCrsType extends org.apache.xmlbeans.XmlObjectAn XML GridCrsType(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGridCrsType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypeaddNewSrsName()Appends and returns a new empty "srsName" elementStringgetGridBaseCRS()Gets the "GridBaseCRS" elementStringgetGridCS()Gets the "GridCS" elementListgetGridOffsets()Gets the "GridOffsets" elementListgetGridOrigin()Gets the "GridOrigin" elementStringgetGridType()Gets the "GridType" elementStringgetId()Gets the "id" attributeCodeTypegetSrsName()Gets the "srsName" elementbooleanisSetGridCS()True if has "GridCS" elementbooleanisSetGridOrigin()True if has "GridOrigin" elementbooleanisSetGridType()True if has "GridType" elementbooleanisSetId()True if has "id" attributebooleanisSetSrsName()True if has "srsName" elementvoidsetGridBaseCRS(String gridBaseCRS)Sets the "GridBaseCRS" elementvoidsetGridCS(String gridCS)Sets the "GridCS" elementvoidsetGridOffsets(List gridOffsets)Sets the "GridOffsets" elementvoidsetGridOrigin(List gridOrigin)Sets the "GridOrigin" elementvoidsetGridType(String gridType)Sets the "GridType" elementvoidsetId(String id)Sets the "id" attributevoidsetSrsName(CodeType srsName)Sets the "srsName" elementvoidunsetGridCS()Unsets the "GridCS" elementvoidunsetGridOrigin()Unsets the "GridOrigin" elementvoidunsetGridType()Unsets the "GridType" elementvoidunsetId()Unsets the "id" attributevoidunsetSrsName()Unsets the "srsName" elementorg.apache.xmlbeans.XmlAnyURIxgetGridBaseCRS()Gets (as xml) the "GridBaseCRS" elementorg.apache.xmlbeans.XmlAnyURIxgetGridCS()Gets (as xml) the "GridCS" elementDoubleListxgetGridOffsets()Gets (as xml) the "GridOffsets" elementDoubleListxgetGridOrigin()Gets (as xml) the "GridOrigin" elementorg.apache.xmlbeans.XmlAnyURIxgetGridType()Gets (as xml) the "GridType" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributevoidxsetGridBaseCRS(org.apache.xmlbeans.XmlAnyURI gridBaseCRS)Sets (as xml) the "GridBaseCRS" elementvoidxsetGridCS(org.apache.xmlbeans.XmlAnyURI gridCS)Sets (as xml) the "GridCS" elementvoidxsetGridOffsets(DoubleList gridOffsets)Sets (as xml) the "GridOffsets" elementvoidxsetGridOrigin(DoubleList gridOrigin)Sets (as xml) the "GridOrigin" elementvoidxsetGridType(org.apache.xmlbeans.XmlAnyURI gridType)Sets (as xml) the "GridType" elementvoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getSrsName
CodeType getSrsName()
Gets the "srsName" element
-
isSetSrsName
boolean isSetSrsName()
True if has "srsName" element
-
setSrsName
void setSrsName(CodeType srsName)
Sets the "srsName" element
-
addNewSrsName
CodeType addNewSrsName()
Appends and returns a new empty "srsName" element
-
unsetSrsName
void unsetSrsName()
Unsets the "srsName" element
-
getGridBaseCRS
String getGridBaseCRS()
Gets the "GridBaseCRS" element
-
xgetGridBaseCRS
org.apache.xmlbeans.XmlAnyURI xgetGridBaseCRS()
Gets (as xml) the "GridBaseCRS" element
-
setGridBaseCRS
void setGridBaseCRS(String gridBaseCRS)
Sets the "GridBaseCRS" element
-
xsetGridBaseCRS
void xsetGridBaseCRS(org.apache.xmlbeans.XmlAnyURI gridBaseCRS)
Sets (as xml) the "GridBaseCRS" element
-
getGridType
String getGridType()
Gets the "GridType" element
-
xgetGridType
org.apache.xmlbeans.XmlAnyURI xgetGridType()
Gets (as xml) the "GridType" element
-
isSetGridType
boolean isSetGridType()
True if has "GridType" element
-
setGridType
void setGridType(String gridType)
Sets the "GridType" element
-
xsetGridType
void xsetGridType(org.apache.xmlbeans.XmlAnyURI gridType)
Sets (as xml) the "GridType" element
-
unsetGridType
void unsetGridType()
Unsets the "GridType" element
-
getGridOrigin
List getGridOrigin()
Gets the "GridOrigin" element
-
xgetGridOrigin
DoubleList xgetGridOrigin()
Gets (as xml) the "GridOrigin" element
-
isSetGridOrigin
boolean isSetGridOrigin()
True if has "GridOrigin" element
-
setGridOrigin
void setGridOrigin(List gridOrigin)
Sets the "GridOrigin" element
-
xsetGridOrigin
void xsetGridOrigin(DoubleList gridOrigin)
Sets (as xml) the "GridOrigin" element
-
unsetGridOrigin
void unsetGridOrigin()
Unsets the "GridOrigin" element
-
getGridOffsets
List getGridOffsets()
Gets the "GridOffsets" element
-
xgetGridOffsets
DoubleList xgetGridOffsets()
Gets (as xml) the "GridOffsets" element
-
setGridOffsets
void setGridOffsets(List gridOffsets)
Sets the "GridOffsets" element
-
xsetGridOffsets
void xsetGridOffsets(DoubleList gridOffsets)
Sets (as xml) the "GridOffsets" element
-
getGridCS
String getGridCS()
Gets the "GridCS" element
-
xgetGridCS
org.apache.xmlbeans.XmlAnyURI xgetGridCS()
Gets (as xml) the "GridCS" element
-
isSetGridCS
boolean isSetGridCS()
True if has "GridCS" element
-
setGridCS
void setGridCS(String gridCS)
Sets the "GridCS" element
-
xsetGridCS
void xsetGridCS(org.apache.xmlbeans.XmlAnyURI gridCS)
Sets (as xml) the "GridCS" element
-
unsetGridCS
void unsetGridCS()
Unsets the "GridCS" element
-
getId
String getId()
Gets the "id" attribute
-
xgetId
org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(String id)
Sets the "id" attribute
-
xsetId
void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
-