public class RasPersistentScaleLayer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected BoundingBox |
boundingBox
The area in GK which is covered by the RasDaMan collection.
|
protected java.lang.String |
collectionName
The rasdaman collection name
|
Constructor and Description |
---|
RasPersistentScaleLayer(java.lang.String theRasCollectionName,
BoundingBox bbox)
Create a new object:
|
Modifier and Type | Method and Description |
---|---|
BoundingBox |
getBoundingBox()
accessor method
|
double |
getGroundResolutionX() |
double |
getGroundResolutionY() |
java.lang.String |
getName()
accessor method
|
protected java.lang.String collectionName
protected BoundingBox boundingBox
public RasPersistentScaleLayer(java.lang.String theRasCollectionName, BoundingBox bbox)
theRasCollectionName
- the name of the RasDaMan collectiontheGroundResolution
- the ground resolution (scale factor to GK)bbox
- the bounding box of the image in the collectionpublic double getGroundResolutionX()
public double getGroundResolutionY()
public BoundingBox getBoundingBox()
public java.lang.String getName()