|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
org.citygml4j.jaxb.gml._3_1_1.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>
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. |
boolean |
isSetDimension()
|
boolean |
isSetDomainSet()
|
boolean |
isSetRangeSet()
|
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 org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType |
---|
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCoverageType()
Method Detail |
---|
public javax.xml.bind.JAXBElement<? extends DomainSetType> getDomainSet()
JAXBElement
<
RectifiedGridDomainType
>
JAXBElement
<
MultiSolidDomainType
>
JAXBElement
<
DomainSetType
>
JAXBElement
<
MultiCurveDomainType
>
JAXBElement
<
GridDomainType
>
JAXBElement
<
MultiSurfaceDomainType
>
JAXBElement
<
MultiPointDomainType
>
public void setDomainSet(javax.xml.bind.JAXBElement<? extends DomainSetType> value)
value
- allowed object is
JAXBElement
<
RectifiedGridDomainType
>
JAXBElement
<
MultiSolidDomainType
>
JAXBElement
<
DomainSetType
>
JAXBElement
<
MultiCurveDomainType
>
JAXBElement
<
GridDomainType
>
JAXBElement
<
MultiSurfaceDomainType
>
JAXBElement
<
MultiPointDomainType
>
public boolean isSetDomainSet()
public RangeSetType getRangeSet()
RangeSetType
public void setRangeSet(RangeSetType value)
value
- allowed object is
RangeSetType
public boolean isSetRangeSet()
public java.math.BigInteger getDimension()
BigInteger
public void setDimension(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetDimension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |