|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.AbstractCoverage
public abstract class AbstractCoverage
This class represents an abstract coverage.
| Constructor Summary | |
|---|---|
AbstractCoverage()
Instantiate an AbstractCoverage with no envelope and no rangeset. |
|
AbstractCoverage(Envelope envelope)
Instantiate an AbstractCoverage with given envelope. |
|
AbstractCoverage(Envelope envelope,
SupplementProperties supplementProperties)
Instantiate an AbstractCoverage with given envelope, rangeset and SupplementProperties. |
|
| Method Summary | |
|---|---|
protected void |
extendEnvelope(Envelope envelope)
Extend the envelope of the coverage. |
CRS |
getCoordinateSystem()
Returns the native coordinate system this coverage is defined in. |
Envelope |
getEnvelope()
Returns the (spatial) domain of this coverage. |
protected GeometryFactory |
getGeometryFactory()
|
java.lang.String |
getLabel()
|
java.lang.String |
getName()
|
SupplementProperties |
getSupplementProperties()
|
void |
setCoordinateSystem(CRS crs)
|
protected void |
setEnvelope(Envelope envelope)
|
void |
setLabel(java.lang.String label)
|
void |
setName(java.lang.String name)
|
void |
setSupplementProperties(SupplementProperties supplementProperties)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.deegree.coverage.Coverage |
|---|
getAsRaster, getResolutionInfo |
| Constructor Detail |
|---|
public AbstractCoverage()
public AbstractCoverage(Envelope envelope)
envelope - The envelope of the coverage.
public AbstractCoverage(Envelope envelope,
SupplementProperties supplementProperties)
SupplementProperties.
envelope - The envelope of the coverage.supplementProperties - allows the possibility to add general objects to this Coverage.| Method Detail |
|---|
protected GeometryFactory getGeometryFactory()
public Envelope getEnvelope()
Coverage
getEnvelope in interface Coverageprotected void setEnvelope(Envelope envelope)
envelope - New envelope for the coverage.protected void extendEnvelope(Envelope envelope)
envelope - Envelope to add.public CRS getCoordinateSystem()
Coverage
getCoordinateSystem in interface Coveragepublic void setCoordinateSystem(CRS crs)
crs - public java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the label to setpublic final SupplementProperties getSupplementProperties()
public final void setSupplementProperties(SupplementProperties supplementProperties)
supplementProperties - the supplementProperties to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||