Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
ilog.views.maps.defense.format.dafif |
This package contains classes for reading DAFIF files.
|
ilog.views.maps.format.midmif |
This package provides classes for loading MapInfo® Mid/Mif files.
|
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.graphic.style |
Provides styles for stylable IlvMapGraphics.
|
ilog.views.maps.measures |
General management of raster images.
|
Modifier and Type | Method and Description |
---|---|
IlvAttributeInfoProperty |
IlvMapFeature.getAttributeInfo()
Returns the attribute information of the map feature.
|
IlvAttributeInfoProperty |
IlvAttributeProperty.getInfo()
Returns information about the attribute values.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapFeature.setAttributeInfo(IlvAttributeInfoProperty info)
Sets the attribute information of the map feature.
|
Constructor and Description |
---|
IlvAttributeInfoProperty(IlvAttributeInfoProperty source)
Creates a new
IlvAttributeInfoProperty by copying an
existing one. |
IlvAttributeProperty(IlvAttributeInfoProperty info,
Object[] values)
Creates an instance of the class
IlvAttributeProperty . |
IlvFeatureAttributeProperty(IlvAttributeInfoProperty info,
IlvFeatureAttribute[] values)
Creates an instance of the class
IlvFeatureAttributeProperty . |
Modifier and Type | Field and Description |
---|---|
static IlvAttributeInfoProperty |
IlvMapAnnotationModel.info
The
IlvAttributeInfoProperty used to define the attribute to be displayed as a
label by the annotation graphic objects. |
Modifier and Type | Method and Description |
---|---|
IlvAttributeInfoProperty |
IlvDAFIFTableDescription.getAttributeInfoProperty()
Returns the description of the feature attributes.
|
Modifier and Type | Method and Description |
---|---|
IlvAttributeInfoProperty |
IlvMIFReader.getAttributeInfo()
Returns information about the attribute values.
|
IlvAttributeInfoProperty |
IlvMIDReader.getAttributeInfo()
Returns the types and names of the fields contained in the
.MID file. |
Constructor and Description |
---|
IlvMIDReader(String filename,
IlvAttributeInfoProperty info)
Constructs a new
MIDReader to read from the file whose name is specified,
with the specified attribute info . |
IlvMIDReader(String filename,
IlvAttributeInfoProperty info,
char delimiter,
String charset)
Constructs a new
MIDReader to read from the file whose name is specified,
with the specified attribute info, the specified delimiter, and the
specified character encoding. |
IlvMIDReader(URL url,
IlvAttributeInfoProperty info,
char delimiter,
String charset)
Constructs a new
MIDReader to read from the file whose name is specified,
with the specified attribute info, the specified delimiter, and the
specified character encoding. |
Constructor and Description |
---|
IlvObjectSDOWriter(Connection connection,
String layerName,
String geometryColumnName,
String xDimName,
String yDimName,
boolean createTable,
IlvAttributeInfoProperty info,
IlvCoordinate upperLeftCorner,
IlvCoordinate lowerRightCorner)
Constructs a writer to write data to an Oracle Spatial layer.
|
Modifier and Type | Method and Description |
---|---|
IlvAttributeInfoProperty |
IlvSHPReader.getAttributeInfo()
Returns the description of the attributes that are generated
by the shape reader.
|
IlvAttributeInfoProperty |
IlvDBFReader.getAttributeInfo()
Returns the types and names of the fields contained in the
.dbf file. |
IlvAttributeInfoProperty |
IlvDBFAttributeInfo.getAttributeInfoProperty()
Returns the attribute info property used at construct time.
|
Constructor and Description |
---|
IlvDBFAttributeInfo(IlvAttributeInfoProperty info)
Constructs a new
IlvDBFAttributeInfo . |
Modifier and Type | Method and Description |
---|---|
static IlvAttributeInfoProperty |
IlvTigerDataDictionnary.getAttributeInfo(char recordType)
Returns an IlvAttributeInfoProperty for the given typeName.
|
Modifier and Type | Method and Description |
---|---|
IlvAttributeInfoProperty |
IlvMapStyle.getAttributeInfo()
Retrieves the AttributeInfo property value.
|
IlvAttributeInfoProperty |
IlvMapCompositeStyle.getAttributeInfo()
Retrieves the AttributeInfo property value.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapStyle.setAttributeInfo(IlvAttributeInfoProperty p)
Set the AttributeInfo property value.
|
Modifier and Type | Field and Description |
---|---|
static IlvAttributeInfoProperty |
IlvMapOrthodromyPath.info
Property description.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.