public abstract class WCSCoverage extends Object implements ILayer
Modifier and Type | Class and Description |
---|---|
class |
WCSCoverage.AxisDescription
Inner class describing the Axis Description of this coverage.
|
class |
WCSCoverage.RectifiedGrid
Inner class describing the Rectified Grid of this coverage.
|
Modifier and Type | Field and Description |
---|---|
Hashtable |
axisPool |
WCSCoverage.RectifiedGrid |
rg |
static String |
SEPARATOR |
String |
timePeriod |
Constructor and Description |
---|
WCSCoverage() |
public static final String SEPARATOR
public WCSCoverage.RectifiedGrid rg
public String timePeriod
public Hashtable axisPool
public ArrayList getTimePositions()
public void addTimePosition(String timeExpr)
public ArrayList getFormats()
public void addFormat(String format)
public void setNativeFormat(String nativeFormat)
public String getNativeFormat()
public String getNativeSRS()
public void setNativeSRS(String nativeSRS)
public ArrayList getSRSs()
public void addSRSs(String srs)
public String getRangeSetLabel()
public void setRangeSetLabel(String rangeSetLabel)
public String getRangeSetName()
public void setRangeSetName(String rangeSetName)
public String getAbstract()
ILayer
Does ...
getAbstract
in interface ILayer
public void setAbstract(String _abstract)
ILayer
Does ...
setAbstract
in interface ILayer
public void addBBox(BoundaryBox bBox)
public ArrayList getAllSrs()
public BoundaryBox getBbox(String id)
returns the bbox with that id in the Bboxes vector
id
- public BoundaryBox getLatLonBox()
public void setLonLatBox(BoundaryBox box)
public void addInterpolationMethod(String method)
public ArrayList getInterpolationMethods()
public abstract void parse(KXmlParser parser) throws XmlPullParserException, IOException
parser
- IOException
XmlPullParserException
public WCSCoverage.RectifiedGrid getRectifiedGrid()
public double getResX()
public double getResY()
public Hashtable getBBoxes()