public class MultiGeometry extends Geometry
extent, requestExtent, stroke
Constructor and Description |
---|
MultiGeometry() |
Modifier and Type | Method and Description |
---|---|
void |
add(Geometry geometry) |
void |
draw(Graphics2D g,
ViewPortData vp)
Permite dibujar la Geometry.
|
IProjection |
getProjection()
Devuelve la proyección cartográfica en la que se encuentra la Geometry.
|
void |
reProject(ICoordTrans rp)
Permite reproyectar la Geometry en función de unas coordenadas de transformación.
|
void |
setProjection(IProjection p) |
public void add(Geometry geometry)
public IProjection getProjection()
Geometry
getProjection
in interface Projected
getProjection
in class Geometry
Projected.reProject(ICoordTrans)
public void setProjection(IProjection p)
public void reProject(ICoordTrans rp)
Geometry
reProject
in interface Projected
reProject
in class Geometry
rp
- transformation coordinates for obtaining the new projectionProjected.getProjection()
public void draw(Graphics2D g, ViewPortData vp)
Geometry