|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.io.ecwapi.ECWReader
ECWReader.java
Field Summary | |
private JNCSFile |
ecwFile
|
Constructor Summary | |
ECWReader(java.lang.String fileName)
read part from ECW-file which falls within env and return this part dimenions width and height |
Method Summary | |
java.awt.image.BufferedImage |
getBufferedImage(GM_Envelope env,
int width,
int height)
read part from ECW-file which falls within env and return this part as BufferedImage with dimenions width and height |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private JNCSFile ecwFile
Constructor Detail |
public ECWReader(java.lang.String fileName) throws JNCSException
fileName
- full pathname of the ECW-fileMethod Detail |
public java.awt.image.BufferedImage getBufferedImage(GM_Envelope env, int width, int height) throws JNCSException
env
- bounding box in world coordinates of requested partwidth
- width of the returned imageheight
- height of the returned image
JNCSException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |