Package | Description |
---|---|
ilog.views.maps.datasource |
Provides predefined data sources.
|
ilog.views.maps.defense.format.asrp |
This package contains classes for reading ASRP files.
|
ilog.views.maps.defense.format.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.defense.format.dafif |
This package contains classes for reading DAFIF files.
|
ilog.views.maps.defense.format.s57 |
This package contains classes for reading S57 files.
|
ilog.views.maps.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.format |
Provides classes to read various map file formats.
|
ilog.views.maps.format.dem |
This package contains classes for reading GTOPO30 files.
|
ilog.views.maps.format.dted |
This package contains classes that you can use to read DTED files.
|
ilog.views.maps.format.dxf |
Provides classes to import and georeference DXF files.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.format.image |
This package contains classes that you can use to read TIFF,JPG,GIF or PNG files.
|
ilog.views.maps.format.svg |
This package contains classes that you can use to read SVG files.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
ilog.views.maps.raster.datasource |
Provides classes for raster data sources.
|
Modifier and Type | Method and Description |
---|---|
IlvThreadMonitoringData |
IlvSplitDataSource.getMonitoringData()
Returns the
monitorData . |
IlvThreadMonitoringData |
IlvGraphicLayerDataSource.getMonitoringData()
Returns the monitorData.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSplitDataSource.setMonitoringData(IlvThreadMonitoringData monitorData)
Sets the
monitorData . |
void |
IlvGraphicLayerDataSource.setMonitoringData(IlvThreadMonitoringData monitorData)
Sets the monitorData.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRasterASRPReader.reload(IlvThreadMonitoringData monitorInfo)
Given the state of the reader (number of images read, coverage zone,...), the purpose of this method
is to recreate all images from the original source.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRasterCADRGReader.reload(IlvThreadMonitoringData monitorInfo)
Given the state of the reader (number of images read, coverage zone,...), the purpose of this method
is to recreate all images from the original source.
|
Modifier and Type | Method and Description |
---|---|
IlvThreadMonitoringData |
IlvDAFIFReader.getMonitoringData()
Returns the thread monitoring information.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDAFIFReader.setMonitoringData(IlvThreadMonitoringData monitorData)
Sets the thread monitoring information.
|
Modifier and Type | Method and Description |
---|---|
IlvThreadMonitoringData |
IlvS57Reader.getMonitoringData()
Returns the thread monitoring information.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvS57Reader.setMonitoringData(IlvThreadMonitoringData monitorData)
Sets the thread monitoring information.
|
Modifier and Type | Method and Description |
---|---|
short[] |
IlvMakeValleyInteractor.buildImage(IlvRasterProperties p,
IlvThreadMonitoringData monitorInfo,
IlvManager manager,
IlvGradientRasterStyle style)
Returns a table of pixel values computed for the parameter passed.
|
short[] |
IlvMakeGradientInteractor.buildImage(IlvRasterProperties p,
IlvThreadMonitoringData monitorInfo,
IlvManager manager,
IlvGradientRasterStyle style)
Returns a table of pixel values computed for the parameter passed.
|
short[] |
IlvMakeAreaOfSightInteractor.buildImage(IlvRasterProperties p,
IlvThreadMonitoringData monitorInfo,
IlvManager manager,
IlvGradientRasterStyle rstyle)
Returns a table of pixel values computed for the parameter passed.
|
short[] |
IlvImageComputation.buildImage(IlvRasterProperties properties,
IlvThreadMonitoringData monitorInfo,
IlvManager manager,
IlvGradientRasterStyle style)
Returns a table of pixel values computed for the parameter passed.
|
void |
IlvComputedRasterReader.reload(IlvThreadMonitoringData monitorInfo)
Removes all images, then recreates a new one using style information
and image computation.
|
Modifier and Type | Method and Description |
---|---|
IlvThreadMonitoringData |
IlvDefaultTilableDataSource.getMonitoringData()
Returns the monitorData.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultTilableDataSource.setMonitoringData(IlvThreadMonitoringData monitorData)
Sets the monitor data.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGTopo30Reader.reload(IlvThreadMonitoringData monitorInfo)
Given the state of the reader (the number of images read, coverage zone,...), the purpose of this method
is to recreate all images from the original source.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRasterDTEDReader.reload(IlvThreadMonitoringData monitorInfo)
Given the state of the reader (how many images were read, coverage zone,...), the purpose of this method
is to recreate all images from the original source.
|
Modifier and Type | Method and Description |
---|---|
IlvThreadMonitoringData |
IlvMapDXFReader.getMonitoringData()
Returns the thread monitoring information.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapDXFReader.setMonitoringData(IlvThreadMonitoringData monitorData)
Sets the thread monitoring information.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRasterGeoTiffReader.reload(IlvThreadMonitoringData monitorInfo)
Given the state of the reader (the number of images were read, coverage zone,...), the purpose of this method
is to recreate all images from the original source.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRasterBasicImageReader.reload(IlvThreadMonitoringData monitorInfo)
Given the state of the reader (the number of images read, coverage zone,...), the purpose of this method
is to recreate all images from the original source.
|
Modifier and Type | Method and Description |
---|---|
IlvThreadMonitoringData |
IlvMapSVGReader.getMonitoringData()
Returns the thread monitoring information.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapSVGReader.setMonitoringData(IlvThreadMonitoringData monitorData)
Sets the thread monitoring information.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRasterAbstractReader.reload(IlvThreadMonitoringData monitorInfo)
Given the state of the reader (number of images read, coverage zone,...), the purpose of this method
is to recreate all images from the original source.
|
Modifier and Type | Method and Description |
---|---|
IlvThreadMonitoringData |
IlvTiledRasterDataSource.getMonitorInfo()
Returns the thread monitoring information to use when updating progress.
|
Modifier and Type | Method and Description |
---|---|
static IlvMapDataSource |
IlvRasterDataSourceFactory.buildImageDataSource(IlvManager manager,
IlvRasterAbstractReader reader,
IlvThreadMonitoringData monitorInfo)
Creates a non tiled image data source.
|
static IlvTiledRasterDataSource |
IlvRasterDataSourceFactory.buildTiledImageDataSource(IlvManager manager,
IlvRasterAbstractReader reader,
boolean split,
boolean threaded,
IlvThreadMonitoringData monitorInfo)
Creates a tiled raster datasource and sets its attributes.
|
void |
IlvTiledRasterDataSource.setMonitorInfo(IlvThreadMonitoringData info)
Sets the thread monitoring information to use when updating progress.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.