Package org.citygml4j.model.gml.coverage
Class AbstractDiscreteCoverage
- java.lang.Object
-
- org.citygml4j.model.gml.base.AbstractGML
-
- org.citygml4j.model.gml.feature.AbstractFeature
-
- org.citygml4j.model.gml.coverage.AbstractCoverage
-
- org.citygml4j.model.gml.coverage.AbstractDiscreteCoverage
-
- All Implemented Interfaces:
java.io.Serializable
,Associable
,ModelObject
,Child
,Copyable
,StandardObjectProperties
,GML
- Direct Known Subclasses:
RectifiedGridCoverage
public abstract class AbstractDiscreteCoverage extends AbstractCoverage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractDiscreteCoverage()
AbstractDiscreteCoverage(Module module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
CoverageFunction
getCoverageFunction()
boolean
isSetCoverageFunction()
void
setCoverageFunction(CoverageFunction coverageFunction)
void
unsetCoverageFunction()
-
Methods inherited from class org.citygml4j.model.gml.coverage.AbstractCoverage
getDimension, getRangeSet, isSetDimension, isSetRangeSet, setDimension, setRangeSet, unsetDimension, unsetRangeSet
-
Methods inherited from class org.citygml4j.model.gml.feature.AbstractFeature
accept, accept, addGenericADEElement, calcBoundedBy, getBoundedBy, getGenericADEElement, getGMLClass, getLocation, getModule, isSetBoundedBy, isSetGenericADEElement, isSetLocation, isSetModule, setBoundedBy, setGenericADEElement, setLocation, setModule, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, unsetLocation
-
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML
accept, accept, addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
-
-
-
-
Constructor Detail
-
AbstractDiscreteCoverage
public AbstractDiscreteCoverage()
-
AbstractDiscreteCoverage
public AbstractDiscreteCoverage(Module module)
-
-
Method Detail
-
getCoverageFunction
public CoverageFunction getCoverageFunction()
-
isSetCoverageFunction
public boolean isSetCoverageFunction()
-
setCoverageFunction
public void setCoverageFunction(CoverageFunction coverageFunction)
-
unsetCoverageFunction
public void unsetCoverageFunction()
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classAbstractCoverage
-
-