|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
it.cnr.imaa.essi.ncml.binding.gml.AbstractFeatureType
it.cnr.imaa.essi.ncml.binding.gml.AbstractCoverageType
public abstract class AbstractCoverageType
Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.
Java class for AbstractCoverageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCoverageType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractFeatureType">
<sequence>
<element ref="{http://www.opengis.net/gml}domainSet"/>
<element ref="{http://www.opengis.net/gml}rangeSet"/>
</sequence>
<attribute name="dimension" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
dimension
|
protected javax.xml.bind.JAXBElement<? extends DomainSetType> |
domainSet
|
protected RangeSetType |
rangeSet
|
| Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
AbstractCoverageType()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getDimension()
Gets the value of the dimension property. |
javax.xml.bind.JAXBElement<? extends DomainSetType> |
getDomainSet()
Gets the value of the domainSet property. |
RangeSetType |
getRangeSet()
Gets the value of the rangeSet property. |
void |
setDimension(java.math.BigInteger value)
Sets the value of the dimension property. |
void |
setDomainSet(javax.xml.bind.JAXBElement<? extends DomainSetType> value)
Sets the value of the domainSet property. |
void |
setRangeSet(RangeSetType value)
Sets the value of the rangeSet property. |
| Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractFeatureType |
|---|
getBoundedBy, getLocation, setBoundedBy, setLocation |
| Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, setDescription, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.xml.bind.JAXBElement<? extends DomainSetType> domainSet
protected RangeSetType rangeSet
protected java.math.BigInteger dimension
| Constructor Detail |
|---|
public AbstractCoverageType()
| Method Detail |
|---|
public javax.xml.bind.JAXBElement<? extends DomainSetType> getDomainSet()
JAXBElement<DomainSetType>
JAXBElement<RectifiedGridDomainType>
JAXBElement<MultiPointDomainType>
JAXBElement<GridDomainType>
JAXBElement<MultiCurveDomainType>
JAXBElement<MultiSolidDomainType>
JAXBElement<MultiSurfaceDomainType>
JAXBElement<RectifiedIrregularGridDomainType>public void setDomainSet(javax.xml.bind.JAXBElement<? extends DomainSetType> value)
value - allowed object is
JAXBElement<DomainSetType>
JAXBElement<RectifiedGridDomainType>
JAXBElement<MultiPointDomainType>
JAXBElement<GridDomainType>
JAXBElement<MultiCurveDomainType>
JAXBElement<MultiSolidDomainType>
JAXBElement<MultiSurfaceDomainType>
JAXBElement<RectifiedIrregularGridDomainType>public RangeSetType getRangeSet()
RangeSetTypepublic void setRangeSet(RangeSetType value)
value - allowed object is
RangeSetTypepublic java.math.BigInteger getDimension()
BigIntegerpublic void setDimension(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||