it.cnr.imaa.essi.ncml.binding.gml
Class AbstractCoverageType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
      extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractFeatureType
          extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractCoverageType
Direct Known Subclasses:
AbstractContinuousCoverageType, AbstractDiscreteCoverageType

public abstract class AbstractCoverageType
extends AbstractFeatureType

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

domainSet

protected javax.xml.bind.JAXBElement<? extends DomainSetType> domainSet

rangeSet

protected RangeSetType rangeSet

dimension

protected java.math.BigInteger dimension
Constructor Detail

AbstractCoverageType

public AbstractCoverageType()
Method Detail

getDomainSet

public javax.xml.bind.JAXBElement<? extends DomainSetType> getDomainSet()
Gets the value of the domainSet property.

Returns:
possible object is JAXBElement<DomainSetType> JAXBElement<RectifiedGridDomainType> JAXBElement<MultiPointDomainType> JAXBElement<GridDomainType> JAXBElement<MultiCurveDomainType> JAXBElement<MultiSolidDomainType> JAXBElement<MultiSurfaceDomainType> JAXBElement<RectifiedIrregularGridDomainType>

setDomainSet

public void setDomainSet(javax.xml.bind.JAXBElement<? extends DomainSetType> value)
Sets the value of the domainSet property.

Parameters:
value - allowed object is JAXBElement<DomainSetType> JAXBElement<RectifiedGridDomainType> JAXBElement<MultiPointDomainType> JAXBElement<GridDomainType> JAXBElement<MultiCurveDomainType> JAXBElement<MultiSolidDomainType> JAXBElement<MultiSurfaceDomainType> JAXBElement<RectifiedIrregularGridDomainType>

getRangeSet

public RangeSetType getRangeSet()
Gets the value of the rangeSet property.

Returns:
possible object is RangeSetType

setRangeSet

public void setRangeSet(RangeSetType value)
Sets the value of the rangeSet property.

Parameters:
value - allowed object is RangeSetType

getDimension

public java.math.BigInteger getDimension()
Gets the value of the dimension property.

Returns:
possible object is BigInteger

setDimension

public void setDimension(java.math.BigInteger value)
Sets the value of the dimension property.

Parameters:
value - allowed object is BigInteger


Copyright © 2007. All Rights Reserved.