|
||||||||||
| 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 | |
|---|---|
void |
destroy()
Usually called by the ResourceManager upon workspace shutdown. |
protected void |
extendEnvelope(Envelope envelope)
Extend the envelope of the coverage. |
ICRS |
getCoordinateSystem()
Returns the native coordinate system this coverage is defined in. |
Envelope |
getEnvelope()
Returns the (spatial) domain of this coverage. |
protected GeometryFactory |
getGeometryFactory()
|
String |
getLabel()
|
String |
getName()
|
SupplementProperties |
getSupplementProperties()
|
void |
init(DeegreeWorkspace workspace)
Usually called by the ResourceManager upon workspace startup. |
void |
setCoordinateSystem(ICRS 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 |
| 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 ICRS getCoordinateSystem()
Coverage
getCoordinateSystem in interface Coveragepublic void setCoordinateSystem(ICRS 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
public void init(DeegreeWorkspace workspace)
throws ResourceInitException
ResourceResourceManager upon workspace startup.
init in interface Resourceworkspace - the workspace the resource belongs to, may be null
ResourceInitExceptionpublic void destroy()
ResourceResourceManager upon workspace shutdown.
destroy in interface Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||