net.opengis.gml
Class AbstractCoverageType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractFeatureType
          extended by net.opengis.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.

Classe Java pour AbstractCoverageType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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  BigInteger dimension
           
protected  JAXBElement<? extends DomainSetType> domainSet
           
protected  RangeSetType rangeSet
           
 
Fields inherited from class net.opengis.gml.AbstractFeatureType
boundedBy, location
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractCoverageType()
           
 
Method Summary
 BigInteger getDimension()
          Obtient la valeur de la propriété dimension.
 JAXBElement<? extends DomainSetType> getDomainSet()
          Obtient la valeur de la propriété domainSet.
 RangeSetType getRangeSet()
          Obtient la valeur de la propriété rangeSet.
 boolean isSetDimension()
           
 boolean isSetDomainSet()
           
 boolean isSetRangeSet()
           
 void setDimension(BigInteger value)
          Définit la valeur de la propriété dimension.
 void setDomainSet(JAXBElement<? extends DomainSetType> value)
          Définit la valeur de la propriété domainSet.
 void setRangeSet(RangeSetType value)
          Définit la valeur de la propriété rangeSet.
 
Methods inherited from class net.opengis.gml.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domainSet

protected JAXBElement<? extends DomainSetType> domainSet

rangeSet

protected RangeSetType rangeSet

dimension

protected BigInteger dimension
Constructor Detail

AbstractCoverageType

public AbstractCoverageType()
Method Detail

getDomainSet

public JAXBElement<? extends DomainSetType> getDomainSet()
Obtient la valeur de la propriété domainSet.

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

setDomainSet

public void setDomainSet(JAXBElement<? extends DomainSetType> value)
Définit la valeur de la propriété domainSet.

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

isSetDomainSet

public boolean isSetDomainSet()

getRangeSet

public RangeSetType getRangeSet()
Obtient la valeur de la propriété rangeSet.

Returns:
possible object is RangeSetType

setRangeSet

public void setRangeSet(RangeSetType value)
Définit la valeur de la propriété rangeSet.

Parameters:
value - allowed object is RangeSetType

isSetRangeSet

public boolean isSetRangeSet()

getDimension

public BigInteger getDimension()
Obtient la valeur de la propriété dimension.

Returns:
possible object is BigInteger

setDimension

public void setDimension(BigInteger value)
Définit la valeur de la propriété dimension.

Parameters:
value - allowed object is BigInteger

isSetDimension

public boolean isSetDimension()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.