Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.datasource |
Provides predefined data sources.
|
ilog.views.maps.datasource.ibm |
This package contains the JViews Maps classes to read data from IBM DB2 and INFORMIX databases.
|
ilog.views.maps.defense.datasource |
Provides predefined data sources for defense specific vector formats.
|
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.format.vmap |
This package contains classes for reading VPF (VMAP) files.
|
ilog.views.maps.export |
Provides classes to export map data to various formats.
|
ilog.views.maps.filters |
Provides classes to split map layers according to filtering criteria.
|
ilog.views.maps.format |
Provides classes to read various map file formats.
|
ilog.views.maps.format.cadrg |
This package contains classes for reading CADRG 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.kml |
This package contains classes that you can use to read KML files.
|
ilog.views.maps.format.midmif |
This package provides classes for loading MapInfo® Mid/Mif files.
|
ilog.views.maps.format.oracle |
This package provides interfaces and classes for dealing with Oracle SDO.
|
ilog.views.maps.format.oracle.objectmodel |
This package provides interfaces and classes for dealing with Oracle Spatial, using the Object Model.
|
ilog.views.maps.format.shapefile |
This package contains classes that you can use to read the ESRI Shapefile format.
|
ilog.views.maps.format.svg |
This package contains classes that you can use to read SVG files.
|
ilog.views.maps.format.tiger |
This package contains classes for reading TIGER/Line 2004 files.
|
ilog.views.maps.format.wms |
This package contains classes that you can use to read images from OpenGIS-compliant servers (Web Map Servers).
|
ilog.views.maps.labelling |
Provides classes and interfaces for map labelling.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
ilog.views.maps.rendering |
Provides renderer that work with IlvMapGraphic.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvMapFeatureIterator.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
void |
IlvMapApplyObject.apply(IlvMapFeature currentFeature,
IlvMapLayer layer)
Applies a function to the specified
IlvMapFeature . |
protected IlvGraphic |
IlvMapCSSRenderer.dispatch(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes an
IlvGraphic from a map feature. |
protected IlvGraphic |
IlvDefaultFeatureRenderer.dispatch(IlvMapFeature mapFeature,
IlvCoordinateTransformation tr)
Dispatches a map feature to the renderer specialized to render
the feature geometry.
|
IlvFeatureRenderer |
IlvMapCSSRenderer.getCustomizedRenderer(IlvMapFeature feature)
Returns the customized renderer for an
IlvMapFeature instance. |
IlvGraphic |
IlvMapCSSRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes an
IlvGraphic from a map feature. |
IlvGraphic |
IlvFeatureRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation t)
Translates an
IlvMapFeature into a graphic object, using
the specified IlvCoordinateTransformation to transform the
coordinates. |
IlvGraphic |
IlvDefaultFeatureRenderer.makeGraphic(IlvMapFeature mapFeature,
IlvCoordinateTransformation tr)
Makes an
IlvGraphic from a map feature. |
protected IlvGraphic |
IlvMapCSSRenderer.makeGraphicFromCollection(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes an
IlvGraphic from a map feature which contains a
collection of geometries. |
protected IlvGraphic |
IlvDefaultFeatureRenderer.makeGraphicFromCollection(IlvMapFeature feature,
IlvCoordinateTransformation tr)
This method is called by
dispatch() for the map
features whose geometries are Collections of subgeometries. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvSDODataSource.OracleIterator.getNextFeature()
Returns the next map feature of the iterator.
|
IlvMapFeature |
IlvMapDelegateFeatureIterator.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
IlvMapFeature |
IlvGraphicLayerDataSource.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
protected IlvMapStyle |
IlvShapeDataSource.createStyle(IlvMapFeature feature)
Creates a map style for the specified feature.
|
IlvFeatureRenderer |
IlvSplitDataSource.getFeatureRenderer(IlvMapFeature feature)
Gets the appropriate feature renderer for the specified
IlvMapFeature . |
IlvFeatureRenderer |
IlvMIDMIFDataSource.getFeatureRenderer(IlvMapFeature feature)
Gets the appropriate feature renderer for the specified
IlvMapFeature . |
IlvFeatureRenderer |
IlvHierarchicalDataSource.getFeatureRenderer(IlvMapFeature feature)
Gets the appropriate feature renderer for the specified
IlvMapFeature . |
protected Object |
IlvHierarchicalDataSource.getKey(IlvMapFeature feature)
Associates a key to a map feature.
|
protected IlvMapLayer |
IlvMapDataSource.getMapLayer(IlvMapFeature feature)
Returns the
mapLayer containing the specified
IlvMapFeature . |
protected IlvMapLayer |
IlvHierarchicalDataSource.getMapLayer(IlvMapFeature feature)
Return< the mapLayer containing the specified
IlvMapFeature |
protected IlvMapStyle |
IlvMIDMIFDataSource.getStyle(IlvMapFeature feature)
Returns a map style for the specified feature.
|
protected IlvMapStyle |
IlvHierarchicalDataSource.getStyle(IlvMapFeature feature)
Returns a map style for the specified feature.
|
Object |
IlvTigerDataSource.CFCCFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
Object |
IlvSDODataSource.SDOLayerFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
Object |
IlvMIDMIFDataSource.MIDMIFFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
abstract Object |
IlvHierarchicalDataSource.CriterionFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
Object |
IlvHierarchicalDataSource.SingleAttributeFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
IlvGraphic |
IlvGraphicLayerDataSource.makeGraphic(IlvMapFeature arg0,
IlvCoordinateTransformation transform)
Goes through the vector of known
IlvGraphic registered with IlvGraphicLayerDataSource.add(IlvGraphic) and uses IlvMapGraphic.copy(IlvCoordinateTransformation) to transform them to the new manager transformation. |
protected void |
IlvHierarchicalDataSource.setupLayer(IlvMapLayer layer,
IlvMapFeature feature)
Sets up the layer to receive features.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvDBFeatureIterator.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
Object |
IlvVMAPDataSource.FACCFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvDAFIFReader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvS57Reader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
protected IlvMapStyle |
IlvS57DataSource.getStyle(IlvMapFeature feature)
Returns a map style for the specified feature.
|
Object |
IlvS57FeatureFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvVMAPReader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
void |
IlvShapeExporter.exportFeature(IlvMapFeature feature,
IlvMapLayer mapLayer)
Export one
IlvMapFeature |
void |
IlvSDOExporter.exportFeature(IlvMapFeature feature,
IlvMapLayer mapLayer)
Export one
IlvMapFeature |
void |
IlvMapExportManager.IlvMapExporter.exportFeature(IlvMapFeature feature,
IlvMapLayer layer)
Export one
IlvMapFeature |
void |
IlvKMLExporter.exportFeature(IlvMapFeature feature,
IlvMapLayer mapLayer)
Export one
IlvMapFeature |
Modifier and Type | Method and Description |
---|---|
Object |
IlvSplitFeatureFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
Object |
IlvExplodeFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
Modifier and Type | Method and Description |
---|---|
IlvGeometryClassFilter |
IlvDefaultTilableDataSource.getGeometryClassInformation(IlvMapFeature feature)
Returns the geometry class information for the selected feature.
|
Object |
IlvDefaultFeatureFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
protected void |
IlvDefaultTilableDataSource.setupLayer(IlvMapLayer layer,
IlvMapFeature feature)
This method has been overridden so the preferred order in the layer is also
stored.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvCADRGFrameReader.getNextFeature()
Returns the next feature read.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvDTEDReader.getNextFeature()
Returns the raster of elevations.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvMapDXFReader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
protected IlvMapStyle |
IlvDXFDataSource.getStyle(IlvMapFeature feature)
Returns a map style for the specified feature.
|
Object |
IlvDXFDataSource.DXFGraphicCriterionFilter.getValue(IlvMapFeature feature)
Returns a value for the specified map feature.
|
IlvGraphic |
IlvDXFFeatureRenderer.makeGraphic(IlvMapFeature arg0,
IlvCoordinateTransformation transform)
Translates an
IlvMapFeature into a graphic object, using
the specified IlvCoordinateTransformation to transform the
coordinates. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvGeotiffReader.getNextFeature()
Returns the map feature whose geometry
is an
IlvMapImage . |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvGeotiffWriter.writeImage(IlvMapFeature feature,
String fileName)
Writes an image for a feature, if it contains an
IlvMapRasterGeometry geometry. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvImageReader.getNextFeature()
Returns the
IlvMapFeature whose geometry is
an IlvMapImage . |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvKMLReader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvMIFReader.getNextFeature()
Returns the next feature read from file.
|
IlvMapFeature |
IlvMIDMIFReader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphic |
IlvMIFFeatureRenderer.dispatch(IlvMapFeature mapFeature,
IlvCoordinateTransformation tr)
Dispatches the rendering.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvSDOFeatureIterator.getNextFeature()
Converts the next SDO geometry of the iterator into an
IlvMapFeature object. |
Modifier and Type | Method and Description |
---|---|
void |
IlvSDOWriter.writeFeature(IlvMapFeature feature)
Puts the map feature passed as argument in the [layerName]_SDOGEOM table.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvObjectSDOFeatureIterator.getNextFeature()
Returns the next map feature of this feature iterator, or
null if the iteration if finished. |
Modifier and Type | Method and Description |
---|---|
protected String |
IlvObjectSDOWriter.getSDOGeometryString(IlvMapFeature feature,
Long srID)
Returns the string corresponding to the SQL description of the specified feature.
|
void |
IlvObjectSDOWriter.writeFeature(IlvMapFeature feature,
boolean saveAttributes,
Long srID)
Puts the specified map feature in the database.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvShapeFileReader.getFeatureAt(int index)
Returns the feature located at the specified index.
|
IlvMapFeature |
IlvSHPReader.getFeatureAt(int index)
Returns the feature located at the specified index.
|
IlvMapFeature |
IlvShapeFileTiler.getNextFeature()
Returns the next feature from the shape file.
|
IlvMapFeature |
IlvShapeFileReader.getNextFeature()
Returns the next map feature read from the Shapefile.
|
IlvMapFeature |
IlvSHPReader.getNextFeature()
Reads the next record from the file.
|
protected IlvMapFeature |
IlvSHPReader.readMultiPointMShape()
Reads a MULTIPOINTM shape.
|
protected IlvMapFeature |
IlvSHPReader.readMultiPointShape()
Reads a MULTIPOINT shape.
|
protected IlvMapFeature |
IlvSHPReader.readMultiPointZShape()
Reads a MULTIPOINTZ shape.
|
protected IlvMapFeature |
IlvSHPReader.readNullShape()
Returns a shape where geometry and attributes of the map feature returned
are set to
null . |
protected IlvMapFeature |
IlvSHPReader.readPointMShape()
Reads a POINTM shape.
|
protected IlvMapFeature |
IlvSHPReader.readPointShape()
Reads a POINT shape.
|
protected IlvMapFeature |
IlvSHPReader.readPointZShape()
Reads a POINTZ shape.
|
protected IlvMapFeature |
IlvSHPReader.readPolygonMShape()
Reads a POLYGONM shape.
|
protected IlvMapFeature |
IlvSHPReader.readPolygonShape()
Reads a POLYGON from the Shapefile, that is, a
IlvMapMultiArea . |
protected IlvMapFeature |
IlvSHPReader.readPolygonZShape()
Reads a POLYGONZ shape.
|
protected IlvMapFeature |
IlvSHPReader.readPolylineMShape()
Reads a POLYLINEM shape.
|
protected IlvMapFeature |
IlvSHPReader.readPolylineShape()
Reads a POLYLINE from the Shapefile, that is, a
IlvMapMultiCurve . |
protected IlvMapFeature |
IlvSHPReader.readPolylineZShape()
Reads a POLYLINEZ shape.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSHPWriter.writeFeature(IlvMapFeature feature)
Writes the specified feature to the output of this writer.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvMapSVGReader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
IlvFeatureRenderer |
IlvSVGDataSource.getFeatureRenderer(IlvMapFeature feature)
Returns the appropriate feature renderer for an
IlvMapFeature
object. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvTigerReader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvWMSReader.getNextFeature()
Returns the next map feature of the iterator or
null , if the iteration is finished. |
IlvMapFeature |
IlvWMSReader.makeMapFeature(URL u,
IlvWMSLayerNode node)
Constructs the map feature from this
URL . |
Modifier and Type | Method and Description |
---|---|
String |
IlvLabeledPointRenderer.getName(IlvMapFeature feature)
Retrieves a name in the attributes of the feature
that matches the criteria defined in the constructor.
|
String |
IlvLabeledAreaRenderer.getName(IlvMapFeature feature)
Retrieves a name in the attributes of the feature
that matches the criteria defined in the constructor.
|
IlvGraphic |
IlvLabeledPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes the graphic accordingly to the rule described
in the constructor documentation.
|
IlvGraphic |
IlvLabeledAreaRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes the graphic accordingly to the rule described
in the constructor documentation.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvRasterAbstractReader.getNextFeature()
Returns the
IlvMapFeature whose geometry is
an IlvMapImage . |
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
IlvRasterImageRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
The geometry of the feature should be a
IlvMapRasterGeometry . |
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
IlvIconPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates the map feature into a graphic object.
|
IlvGraphic |
IlvDefaultTextRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates the map feature into a graphic object.
|
IlvGraphic |
IlvDefaultRasterRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates a feature with a raster geometry into an
IlvIcon . |
IlvGraphic |
IlvDefaultPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates the map feature into a graphic object.
|
IlvGraphic |
IlvDefaultMultiPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates the map feature into a graphic object.
|
IlvGraphic |
IlvDefaultImageRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates a feature with an image geometry into an
IlvIcon . |
IlvGraphic |
IlvDefaultCurveRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates an
IlvMapFeature into a graphic object. |
IlvGraphic |
IlvDefaultAreaRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Translates an
IlvMapFeature into a graphic object. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.