|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.export.IlvMapExportManager
public class IlvMapExportManager
Class to manage the export of a map to different output formats, such as ESRI shape for vectorial objects or Geotiff for raster objects
| Nested Class Summary | |
|---|---|
static interface |
IlvMapExportManager.IlvMapExporter
Interface implemented by any object capable of exporting a collection of IlvMapFeature objects. |
| Constructor Summary | |
|---|---|
IlvMapExportManager()
Creates a new IlvMapExportManager. |
|
| Method Summary | |
|---|---|
void |
clearExportRegion()
Removes the region limitation for export |
void |
exportMapLayers(IlvMapLayer[] mapLayers)
Export all map features of the specified map layers |
IlvMapExportManager.IlvMapExporter |
getRasterExporter()
Returns IlvMapExporter used to export vectorial map features |
IlvMapExportManager.IlvMapExporter |
getVectorialExporter()
Returns the IlvMapExporter used to export raster map features |
void |
setExportRegion(double xMin,
double yMin,
double xMax,
double yMax)
Limits the map export to objects intersecting the specified region |
void |
setRasterExporter(IlvMapExportManager.IlvMapExporter rasterExporter)
Set the IlvMapExporter used to export raster map features |
void |
setVectorialExporter(IlvMapExportManager.IlvMapExporter vectorialExporter)
Set the IlvMapExporter used to export vectorial map features |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapExportManager()
IlvMapExportManager.
| Method Detail |
|---|
public void setExportRegion(double xMin,
double yMin,
double xMax,
double yMax)
xMin - minimum X coordinate of the region to exportyMin - minimum Y coordinate of the region to exportxMax - maximum X coordinate of the region to exportyMax - maximum Y coordinate of the region to exportpublic void clearExportRegion()
public void exportMapLayers(IlvMapLayer[] mapLayers)
mapLayers - maps layers to export.public void setVectorialExporter(IlvMapExportManager.IlvMapExporter vectorialExporter)
IlvMapExporter used to export vectorial map features
vectorialExporter - The vectorial exporter to set.public IlvMapExportManager.IlvMapExporter getRasterExporter()
IlvMapExporter used to export vectorial map features
public void setRasterExporter(IlvMapExportManager.IlvMapExporter rasterExporter)
IlvMapExporter used to export raster map features
rasterExporter - The raster exporter to set.public IlvMapExportManager.IlvMapExporter getVectorialExporter()
IlvMapExporter used to export raster map features
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||