|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.RasterImage
public class RasterImage
A single raster image, as provided by a RasterSet.
Copyright 2005-2009 Partner Software, Inc.
| Field Summary | |
|---|---|
VfsFile |
file
|
double |
originX
|
double |
originY
|
int |
pixelHeight
|
int |
pixelWidth
|
double |
scale
|
| Constructor Summary | |
|---|---|
RasterImage(VfsFile file,
double originX,
double originY,
double scale,
int pixelWidth,
int pixelHeight)
|
|
| Method Summary | |
|---|---|
OpenglTextureHandle |
addTexture(OpenglControl control)
Adds the textureHandle to the given control and returns the ID. |
XyBounds |
getBounds()
|
int |
getByteCount()
Returns an approximate size in bytes of this image and/or textureHandle. |
XyPoint |
getCenter()
|
java.awt.Image |
getImage()
|
boolean |
isMarkedForRemoval()
|
void |
removeTexture()
Removes the textureHandle from GLTextureManager. |
void |
setMarkedForRemoval(boolean tizit)
Marks this image for removal after it is rendered. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public VfsFile file
public double originX
public double originY
public double scale
public int pixelWidth
public int pixelHeight
| Constructor Detail |
|---|
public RasterImage(VfsFile file,
double originX,
double originY,
double scale,
int pixelWidth,
int pixelHeight)
| Method Detail |
|---|
public java.awt.Image getImage()
public OpenglTextureHandle addTexture(OpenglControl control)
public boolean isMarkedForRemoval()
public void setMarkedForRemoval(boolean tizit)
public void removeTexture()
public XyPoint getCenter()
public XyBounds getBounds()
public int getByteCount()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||