|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
|
Envelope |
getEnvelope()
|
protected GeometryFactory |
getGeometryFactory()
|
String |
getLabel()
|
String |
getName()
|
SupplementProperties |
getSupplementProperties()
|
void |
setCoordinateSystem(CRS crs)
|
protected void |
setEnvelope(Envelope envelope)
|
void |
setLabel(String label)
|
void |
setName(String name)
|
void |
setSupplementProperties(SupplementProperties supplementProperties)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
protected void setEnvelope(Envelope envelope)
envelope
- New envelope for the coverage.protected void extendEnvelope(Envelope envelope)
envelope
- Envelope to add.public CRS getCoordinateSystem()
public void setCoordinateSystem(CRS crs)
crs
- public String getName()
public void setName(String name)
name
- the name to setpublic String getLabel()
public void setLabel(String label)
label
- the label to setpublic final SupplementProperties getSupplementProperties()
public final void setSupplementProperties(SupplementProperties supplementProperties)
supplementProperties
- the supplementProperties to set
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |