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.graphic.style |
Provides styles for stylable IlvMapGraphics.
|
ilog.views.maps.measures |
General management of raster images.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvFeatureAttributeProperty
This class is used to store the values of map attributes.
|
Constructor and Description |
---|
IlvAttributeProperty(IlvAttributeProperty source)
Creates a new
IlvNamedProperty object by copying an
existing one. |
Modifier and Type | Method and Description |
---|---|
static boolean |
IlvBooleanAttribute.BooleanValue(IlvAttributeProperty attributes,
String name)
Returns the
boolean value of the
IlvBooleanAttribute whose name is specified. |
static double |
IlvDoubleAttribute.DoubleValue(IlvAttributeProperty attributes,
String name)
Returns the
double value of the
IlvDoubleAttribute whose name is specified. |
static int |
IlvIntegerAttribute.IntValue(IlvAttributeProperty attributes,
String name)
Returns the
int value of the
IlvIntegerAttribute whose name is specified. |
static String |
IlvStringAttribute.StringValue(IlvAttributeProperty attributes,
String name)
Returns the
String value of the
IlvStringAttribute whose name is specified. |
Modifier and Type | Method and Description |
---|---|
static IlvAttributeProperty |
IlvColorAttributeFilter.getAttributeProperty(IlvGraphic g)
Returns a
IlvAttributeProperty instance for an
IlvGraphic object. |
Modifier and Type | Method and Description |
---|---|
static void |
IlvMapOrthodromyPath.fillProperties(IlvGeodeticPathComputation pc,
IlvAttributeProperty property)
Sets the
IlvMapOrthodromyPath.BEARING_PROPERTY and IlvMapOrthodromyPath.DISTANCE_PROPERTY values of the property with the bearing and distance computed by the last path computation. |
Constructor and Description |
---|
IlvMapOrthodromyPath(Shape shape,
IlvAttributeProperty distanceAndBearing)
Creates a path with the specified shape and properties.
|
Modifier and Type | Method and Description |
---|---|
IlvAttributeProperty |
IlvRasterTileLoader.getProperties()
The image properties.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRasterTileLoader.setProperties(IlvAttributeProperty properties)
Sets the properties that will affect the image when it is created.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.