public class IlvMapExportManager extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
IlvMapExportManager.IlvMapExporter
Interface implemented by any object capable of exporting a collection of
IlvMapFeature objects. |
Constructor and Description |
---|
IlvMapExportManager()
Creates a new
IlvMapExportManager . |
Modifier and Type | Method and Description |
---|---|
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 |
public IlvMapExportManager()
IlvMapExportManager
.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 featuresvectorialExporter
- The vectorial exporter to set.public IlvMapExportManager.IlvMapExporter getRasterExporter()
IlvMapExporter
used to export vectorial map featurespublic void setRasterExporter(IlvMapExportManager.IlvMapExporter rasterExporter)
IlvMapExporter
used to export raster map featuresrasterExporter
- The raster exporter to set.public IlvMapExportManager.IlvMapExporter getVectorialExporter()
IlvMapExporter
used to export raster map features© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.