Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
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.terrain |
This package contains classes for terrain analysis.
|
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.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.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.tiger |
This package contains classes for reading TIGER/Line 2004 files.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvMapFeature.getAttributes()
Returns the attributes of the feature.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapFeature.setAttributes(IlvFeatureAttributeProperty attributes)
Sets the attributes of the map feature.
|
Constructor and Description |
---|
IlvFeatureAttributeProperty(IlvFeatureAttributeProperty source)
Creates a new
IlvFeatureAttributeProperty object by copying
an existing one. |
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvRasterASRPReader.getProperties(int imageIndex)
Returns the feature properties to be associated with the image.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvRasterCADRGReader.getProperties(int imageIndex)
Returns the feature properties to be associated with the image.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvDAFIFFeature.getFeatureProperties()
Returns the feature properties structure for this feature.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvComputedRasterReader.getProperties(int imageIndex)
Returns
null . |
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvGTopo30Reader.getProperties(int imageIndex)
Returns the feature properties to be associated with the image.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvRasterDTEDReader.getProperties(int imageIndex)
Returns the feature properties to be associated with the image.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvRasterGeoTiffReader.getProperties(int imageIndex)
Returns the feature properties to be associated with the image.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvRasterBasicImageReader.getProperties(int imageIndex)
Returns the feature properties to be associated with the image.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvMIDReader.getNextRecord()
Reads the next record in the
.MID file. |
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvRasterSDOReader.getProperties(int imageIndex)
This method always returns
null . |
Modifier and Type | Method and Description |
---|---|
protected IlvFeatureAttributeProperty |
IlvObjectSDOFeatureIterator.makeAttributes(ResultSet resultSet)
This method reads attributes from the specified
ResultSet . |
Modifier and Type | Method and Description |
---|---|
void |
IlvObjectSDOWriter.updateFeatureAttributes(IlvFeatureAttributeProperty attributes,
int keyPos)
Updates a row in the SDO layer with new attributes.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvDBFReader.getNextRecord()
Reads the next record in the
.dbf file. |
IlvFeatureAttributeProperty |
IlvDBFReader.readRecord(int index)
Reads the record corresponding to the specified index (see restrictions below).
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDBFWriter.writeAttributes(IlvFeatureAttributeProperty attributes)
Writes the specified attributes as a new record in the file.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttributeProperty |
IlvTigerRT1BasicDataReader.read()
Returns the attributes for a feature.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvTigerReader.recordMatches(IlvFeatureAttributeProperty properties)
Checks if the properties passed match the feature class filter.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvFeatureAttributeProperty |
IlvRasterAbstractReader.getProperties(int imageIndex)
Returns the feature properties to be associated with the image.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.