Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.attribute |
This package contains the predefined feature attributes of Rogue Wave JViews.
|
ilog.views.maps.defense.format.dafif |
This package contains classes for reading DAFIF 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.measures |
General management of raster images.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvFeatureAttribute |
IlvFeatureAttribute.copy()
Copies the object.
|
IlvFeatureAttribute |
IlvFeatureAttributeProperty.getAttribute(int i)
Returns the attribute of the specified index.
|
IlvFeatureAttribute |
IlvFeatureAttributeProperty.getAttribute(String name)
Returns the attribute specified by its name.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFeatureAttributeProperty.setAttribute(int i,
IlvFeatureAttribute attribute)
Sets the value of the attribute specified by the index
i
to value . |
void |
IlvFeatureAttributeProperty.setAttribute(String name,
IlvFeatureAttribute value)
Sets the value of the attribute specified by its name
to
value . |
void |
IlvFeatureAttributeProperty.unsafeSetAttribute(int i,
IlvFeatureAttribute attribute)
Sets the value of the attribute specified by the index
i
to value , without checking any conditions. |
Constructor and Description |
---|
IlvFeatureAttribute(IlvFeatureAttribute source)
Creates a new
IlvFeatureAttribute by copying an existing one. |
IlvFeatureAttributeProperty(IlvAttributeInfoProperty info,
IlvFeatureAttribute[] values)
Creates an instance of the class
IlvFeatureAttributeProperty . |
Modifier and Type | Class and Description |
---|---|
class |
IlvAttributeArray
This feature attribute is itself an array of feature attributes.
|
class |
IlvBooleanAttribute
This feature attribute stores boolean values.
|
class |
IlvDoubleAttribute
This feature attribute stores an attribute of type
double . |
class |
IlvIntegerAttribute
This feature attribute stores integer values.
|
class |
IlvStringAttribute
This feature attribute stores Strings.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttribute |
IlvStringAttribute.copy()
Copies this object
|
IlvFeatureAttribute |
IlvIntegerAttribute.copy()
Returns a copy of the object.
|
IlvFeatureAttribute |
IlvDoubleAttribute.copy()
Returns a copy of the object.
|
IlvFeatureAttribute |
IlvBooleanAttribute.copy()
Copies this attribute.
|
IlvFeatureAttribute |
IlvAttributeArray.copy()
Returns a copy of the object.
|
IlvFeatureAttribute |
IlvAttributeArray.getAttribute(int i)
Returns the attribute of the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAttributeArray.setAttribute(int i,
IlvFeatureAttribute attribute)
Sets the attribute of the specified index.
|
void |
IlvAttributeArray.unsafeSetAttribute(int i,
IlvFeatureAttribute attribute)
Sets the value of the attribute specified by the index
i
to value , without checking. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDAFIFFeature
DAFIF Feature structure.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttribute |
IlvDAFIFFeature.copy()
Copying a DAFIF feature returns the same feature.
|
IlvFeatureAttribute[] |
IlvDAFIFTableDescription.decodeAttributes(String line)
Decodes the ASCII line extracted from a DAFIF text file into a table of feature attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvObjectSDOWriter.updateFeatureAttribute(String keyColumnName,
IlvFeatureAttribute keyAttribute,
String attributeColumnName,
IlvFeatureAttribute attributeToUpdate)
Updates a row in the SDO layer with one attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAltitudeAttribute
Feature attribute containing an altitude value.
|
class |
IlvAngleAttribute
Feature attribute containing an angle value.
|
class |
IlvDistanceAttribute
Feature attribute containing a distance value.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttribute |
IlvDistanceAttribute.copy()
Returns a copy of the object.
|
IlvFeatureAttribute |
IlvAngleAttribute.copy()
Returns a copy of the object.
|
IlvFeatureAttribute |
IlvAltitudeAttribute.copy()
Returns a copy of the object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterAltitudeDataSource
IlvRasterAltitudeDataSource represents a raster altitude data
source. |
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttribute |
IlvRasterAltitudeDataSource.copy()
Creates a new altitude data source by copying the parameters of this
current instance.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.