org.citygml4j.model.gml.coverage
Interface AbstractCoverage

All Superinterfaces:
AbstractFeature, AbstractGML, Associable, Child, Copyable, GML, ModelObject, StandardObjectProperties
All Known Subinterfaces:
AbstractDiscreteCoverage, RectifiedGridCoverage
All Known Implementing Classes:
AbstractCoverageImpl, AbstractDiscreteCoverageImpl, RectifiedGridCoverageImpl

public interface AbstractCoverage
extends AbstractFeature


Method Summary
 java.lang.Integer getDimension()
           
 RangeSet getRangeSet()
           
 boolean isSetDimension()
           
 boolean isSetRangeSet()
           
 void setDimension(java.lang.Integer dimension)
           
 void setRangeSet(RangeSet rangeSet)
           
 void unsetDimension()
           
 void unsetRangeSet()
           
 
Methods inherited from interface org.citygml4j.model.gml.feature.AbstractFeature
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getRangeSet

RangeSet getRangeSet()

getDimension

java.lang.Integer getDimension()

isSetRangeSet

boolean isSetRangeSet()

isSetDimension

boolean isSetDimension()

setRangeSet

void setRangeSet(RangeSet rangeSet)

setDimension

void setDimension(java.lang.Integer dimension)

unsetRangeSet

void unsetRangeSet()

unsetDimension

void unsetDimension()