|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractFeatureType
net.opengis.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.
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 |
|---|
protected JAXBElement<? extends DomainSetType> domainSet
protected RangeSetType rangeSet
protected BigInteger dimension
| Constructor Detail |
|---|
public AbstractCoverageType()
| Method Detail |
|---|
public JAXBElement<? extends DomainSetType> getDomainSet()
JAXBElement<MultiSurfaceDomainType>
JAXBElement<MultiSolidDomainType>
JAXBElement<MultiCurveDomainType>
JAXBElement<MultiPointDomainType>
JAXBElement<DomainSetType>
JAXBElement<RectifiedGridDomainType>
JAXBElement<GridDomainType>public void setDomainSet(JAXBElement<? extends DomainSetType> value)
value - allowed object is
JAXBElement<MultiSurfaceDomainType>
JAXBElement<MultiSolidDomainType>
JAXBElement<MultiCurveDomainType>
JAXBElement<MultiPointDomainType>
JAXBElement<DomainSetType>
JAXBElement<RectifiedGridDomainType>
JAXBElement<GridDomainType>public boolean isSetDomainSet()
public RangeSetType getRangeSet()
RangeSetTypepublic void setRangeSet(RangeSetType value)
value - allowed object is
RangeSetTypepublic boolean isSetRangeSet()
public BigInteger getDimension()
BigIntegerpublic void setDimension(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetDimension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||