public interface ViewPortData extends Projected
| Modifier and Type | Method and Description |
|---|---|
void |
calculateAffineTransform()
Calcula la transformación afín.
|
void |
centerAt(Point2D pt)
Centrar en un punto.
|
Object |
clone() |
Point2D |
getCenter() |
int |
getDPI() |
Extent |
getExtent() |
double |
getHeight()
Obtiene el alto de la vista
|
AffineTransform |
getMat() |
IProjection |
getProjection()
Returns the current projection.
|
Dimension2D |
getSize()
Obtiene el tamaño de la vista
|
Time |
getTime()
Gets the time information of the viewport requested
|
double |
getWidth()
Obtiene el ancho de la vista
|
void |
pan(Point2D ptIni,
Point2D ptFin)
Desplaza la vista actual.
|
void |
reExtent() |
void |
reProject(ICoordTrans rp)
Changes projection of the graphical information of this object.
|
void |
setCoordSys(IProjection cs) |
void |
setDPI(int dpi) |
void |
setExtent(Dimension2D sz) |
void |
setExtent(Extent ext)
Asigna la extensión del raster
|
void |
setMat(AffineTransform mat) |
void |
setProjection(IProjection proj) |
void |
setSize(Dimension2D sz) |
void |
setSize(double w,
double h)
Asigna el ancho y alto de la vista
|
void |
setTime(Time time)
Sets the time information of the viewport requested
|
void |
zoom(double zx,
double zy,
Point2D pt) |
void |
zoom(double zoom,
Point2D pt)
zoom centrado en un punto.
|
void |
zoom(Extent extent)
zoom a un marco.
|
void |
zoomToCenter(double f)
Zoom a una escala (geográfica);
|
IProjection getProjection()
ProjectedReturns the current projection.
getProjection in interface ProjectedProjected.reProject(ICoordTrans)void setProjection(IProjection proj)
void reProject(ICoordTrans rp)
ProjectedChanges projection of the graphical information of this object.
reProject in interface Projectedrp - transformation coordinates for obtaining the new projectionProjected.getProjection()void setCoordSys(IProjection cs)
AffineTransform getMat()
void setMat(AffineTransform mat)
Object clone()
double getWidth()
double getHeight()
Dimension2D getSize()
void setSize(double w,
double h)
w - Anchoh - Altovoid setSize(Dimension2D sz)
Extent getExtent()
void setExtent(Dimension2D sz)
void setExtent(Extent ext)
ext - Extentvoid reExtent()
void setDPI(int dpi)
int getDPI()
void zoom(Extent extent)
extent - void zoom(double zoom,
Point2D pt)
zoom - pt - void zoom(double zx,
double zy,
Point2D pt)
void zoomToCenter(double f)
scale - void centerAt(Point2D pt)
pt - Point2D getCenter()
void calculateAffineTransform()
Time getTime()
void setTime(Time time)