|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvMapStyle | |
|---|---|
| ilog.cpl.graph.background | Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO. |
| ilog.views.maps.beans | Provides useful beans for creating map applications. |
| ilog.views.maps.datasource | Provides predefined data sources. |
| ilog.views.maps.format | This package provides interfaces and classes for dealing with map formats. |
| ilog.views.maps.format.dxf | Provides classes to import and georeference DXF files. |
| ilog.views.maps.graphic | This package contains graphic objects specialized for cartographic display. |
| ilog.views.maps.graphic.style | Provides styles for stylable IlvMapGraphics. |
| ilog.views.maps.grids | This package defines a set of classes that display adaptive grids on top of a view. |
| ilog.views.maps.label | This package contains JViews Maps labeling classes. |
| ilog.views.maps.measures | General management of raster images. |
| ilog.views.maps.raster | Provides classes for orthodromy measurement. |
| ilog.views.maps.raster.datasource | Provides classes for raster data sources. |
| ilog.views.maps.theme | Provides classes for dynamic styling. |
| ilog.views.maps.tiling | Specific classes for managing load-on-demand tiles for data sources and feature iterator. |
| Uses of IlvMapStyle in ilog.cpl.graph.background |
|---|
| Methods in ilog.cpl.graph.background that return IlvMapStyle | |
|---|---|
protected IlvMapStyle |
IlpImageBackground.createMapStyle()
If no style is already being defined in the IlvMapDataSource,
it by default creates an IlvRasterStyle. |
protected IlvMapStyle |
IlpShapeBackground.createMapStyle()
If no style is already being defined in the IlvMapDataSource,
it by default creates an IlvGraphicPathStyle. |
protected IlvMapStyle |
IlpAbstractMapDataSourceBackground.createMapStyle()
Should create the ilog.views.maps.graphic.style.IlvMapStyle to
be used by this background's
ilog.views.maps.datasource.IlvMapDataSource. |
protected IlvMapStyle |
IlpMIDMIFBackground.createMapStyle()
If no style is already being defined in the IlvMapDataSource,
it by default creates an IlvGraphicPathStyle. |
IlvMapStyle |
IlpAbstractMapDataSourceBackground.getMapStyle()
Returns the IlvMapStyle that is associated with this background's
IlvMapDataSource. |
| Methods in ilog.cpl.graph.background with parameters of type IlvMapStyle | |
|---|---|
protected void |
IlpAbstractMapDataSourceBackground.customizeMapStyle(IlvMapStyle mapStyle)
Should customize the ilog.views.maps.graphic.style.IlvMapStyle to
be used by this background's ilog.views.maps.datasource.IlvMapDataSource. |
| Uses of IlvMapStyle in ilog.views.maps.beans |
|---|
| Methods in ilog.views.maps.beans that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvMapLayer.getStyle()
Returns the style associated with this layer. |
| Methods in ilog.views.maps.beans with parameters of type IlvMapStyle | |
|---|---|
void |
IlvMapLayer.setStyle(IlvMapStyle style)
Sets the style of this layer. |
| Uses of IlvMapStyle in ilog.views.maps.datasource |
|---|
| Methods in ilog.views.maps.datasource that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvDataSourceStylingFactory.createDefaultFeatureStyle(Class geometryClass,
Object styleKey,
boolean useGeneralPath)
Creates a map style designed to be applied to the specified geometry class. |
protected IlvMapStyle |
IlvShapeDataSource.createStyle(IlvMapFeature feature)
Creates a map style for the specified feature. |
protected IlvMapStyle |
IlvHierarchicalDataSource.getStyle(IlvMapFeature feature)
Returns a map style for the specified feature. |
protected IlvMapStyle |
IlvMIDMIFDataSource.getStyle(IlvMapFeature feature)
Returns a map style for the specified feature. |
| Uses of IlvMapStyle in ilog.views.maps.format |
|---|
| Methods in ilog.views.maps.format that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvGeometryClassFilter.createDefaultFeatureStyle(String styleName)
Creates a default map style for the internal geometry class. |
| Uses of IlvMapStyle in ilog.views.maps.format.dxf |
|---|
| Methods in ilog.views.maps.format.dxf that return IlvMapStyle | |
|---|---|
protected IlvMapStyle |
IlvDXFDataSource.getStyle(IlvMapFeature feature)
Returns a map style for the specified feature. |
| Uses of IlvMapStyle in ilog.views.maps.graphic |
|---|
| Methods in ilog.views.maps.graphic that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvMapGraphic.getStyle()
Retrieves the IlvMapStyle. |
IlvMapStyle |
IlvMapGraphicSet.getStyle()
Retrieves the IlvMapStyle. |
IlvMapStyle |
IlvMapGeneralPath.getStyle()
Retrieves the IlvMapStyle attached to this graphic. |
IlvMapStyle |
IlvMapFixedGraphic.getStyle()
Retrieves the IlvMapStyle. |
IlvMapStyle |
IlvMapPolyline.getStyle()
Retrieves the IlvMapStyle attached to this graphic. |
IlvMapStyle |
IlvMapGraphicText.getStyle()
Retrieves the IlvMapStyle. |
IlvMapStyle |
IlvMapGraphicPath.getStyle()
Retrieves the IlvMapStyle instance attached to this graphic. |
IlvMapStyle |
IlvMapMarker.getStyle()
Retrieves the IlvMapStyle object attached to this graphic. |
| Methods in ilog.views.maps.graphic with parameters of type IlvMapStyle | |
|---|---|
void |
IlvMapGraphic.setStyle(IlvMapStyle style)
Sets the IlvMapStyle. |
void |
IlvMapGraphicSet.setStyle(IlvMapStyle style)
Setting the style of an IlvGraphicSet also sets the style of
all IlvMapGraphic objects contained in the graphic set. |
void |
IlvMapGeneralPath.setStyle(IlvMapStyle style)
Implements the IlvMapGraphic interface. |
void |
IlvMapFixedGraphic.setStyle(IlvMapStyle style)
Sets the IlvMapStyle. |
void |
IlvMapPolyline.setStyle(IlvMapStyle stl)
Implements the IlvMapGraphic interface. |
void |
IlvMapGraphicText.setStyle(IlvMapStyle stl)
Implements the IlvMapGraphic interface. |
void |
IlvMapGraphicPath.setStyle(IlvMapStyle style)
Implements the IlvMapGraphic interface. |
void |
IlvMapMarker.setStyle(IlvMapStyle style)
Implements the IlvMapGraphic interface. |
| Uses of IlvMapStyle in ilog.views.maps.graphic.style |
|---|
| Subclasses of IlvMapStyle in ilog.views.maps.graphic.style | |
|---|---|
class |
IlvGeneralPathStyle
The IlvGeneralPathStyle is used to style
a IlvMapGeneralPath graphic. |
class |
IlvGraphicPathStyle
An IlvMapStyle intended to be
used with a IlvMapGraphicPath. |
class |
IlvMapCompositeStyle
An IlvMapStyle that wraps a collection
of IlvMapStyles. |
class |
IlvMapTextStyle
Class holding main graphic attributes for a text. |
class |
IlvPointStyle
A IlvMapStyle intended to be used with a
IlvMapMarker. |
class |
IlvPolylineStyle
An IlvMapStyle intended to be used by a
IlvMapPolyline graphic object. |
| Methods in ilog.views.maps.graphic.style that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvGraphicPathStyle.copy()
Constructor by copy |
IlvMapStyle |
IlvMapCompositeStyle.copy()
Creates a copy of the style. |
IlvMapStyle |
IlvPolylineStyle.copy()
Return a copy of the style. |
IlvMapStyle |
IlvPointStyle.copy()
Return a copy of the style. |
IlvMapStyle |
IlvMapStyle.copy()
Return a copy of the style. |
IlvMapStyle |
IlvMapTextStyle.copy()
Returns a copy of this IlvMapTextStyle |
IlvMapStyle |
IlvGeneralPathStyle.copy()
Creates a copy of the style. |
IlvMapStyle[] |
IlvMapStyle.getChildren()
Retrieves an array containing the children of the style. |
IlvMapStyle |
IlvMapStyle.getParent()
Retrieves the parent for this style or null if no parent has been set. |
| Methods in ilog.views.maps.graphic.style with parameters of type IlvMapStyle | |
|---|---|
void |
IlvMapCompositeStyle.addChild(IlvMapStyle style)
Deprecated. Since JViews 8.1 This method no longer sets the parent of the style and will become private. Use setParent(IlvMapStyle) instead |
void |
IlvMapStyle.addChild(IlvMapStyle style)
Deprecated. Since JViews 8.1 This method no longer sets the parent of the style and will become private. Use setParent(IlvMapStyle) instead |
void |
IlvMapCompositeStyle.removeChild(IlvMapStyle style)
Deprecated. Since JViews 8.1 This method no longer sets the parent of the style to null and will become private. Use setParent(IlvMapStyle) with a null parameter instead |
void |
IlvMapStyle.removeChild(IlvMapStyle style)
Deprecated. Since JViews 8.1 This method no longer sets the parent of the style to null and will become private. Use setParent(IlvMapStyle) with a null parameter instead |
void |
IlvMapStyle.setParent(IlvMapStyle p)
Sets the parent for this style. |
| Constructors in ilog.views.maps.graphic.style with parameters of type IlvMapStyle | |
|---|---|
IlvMapStyle(IlvMapStyle source)
Creates a IlvMapStyle by copying an existing one. |
|
| Uses of IlvMapStyle in ilog.views.maps.grids |
|---|
| Subclasses of IlvMapStyle in ilog.views.maps.grids | |
|---|---|
class |
IlvGridStyle
A IlvMapStyle intended to be used with a grid. |
| Methods in ilog.views.maps.grids that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvGridStyle.copy()
Return a copy of the style. |
| Uses of IlvMapStyle in ilog.views.maps.label |
|---|
| Subclasses of IlvMapStyle in ilog.views.maps.label | |
|---|---|
class |
IlvMapLabelStyle
Class holding main graphic attributes for a label, that is, font, fill color, outline color, outline stroke and whether outline should be drawn. |
| Methods in ilog.views.maps.label that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvMapLabelStyle.copy()
Creates a copy of the style. |
| Uses of IlvMapStyle in ilog.views.maps.measures |
|---|
| Subclasses of IlvMapStyle in ilog.views.maps.measures | |
|---|---|
class |
IlvMeasurePathStyle
Style of measure path . |
| Methods in ilog.views.maps.measures that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvMeasurePathStyle.copy()
Creates a copy of the style. |
| Uses of IlvMapStyle in ilog.views.maps.raster |
|---|
| Subclasses of IlvMapStyle in ilog.views.maps.raster | |
|---|---|
class |
IlvShadeableRasterStyle
IlvShadeableRasterStyle represents a raster style that
manages the light orientation for rasters containing altitude data. |
| Methods in ilog.views.maps.raster that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvShadeableRasterStyle.copy()
Returns a copy of this IlvShadeableRasterStyle instance. |
IlvMapStyle |
IlvRasterIcon.getStyle()
Retrieves the IlvMapStyle. |
| Methods in ilog.views.maps.raster with parameters of type IlvMapStyle | |
|---|---|
void |
IlvRasterIcon.setStyle(IlvMapStyle style)
Sets the IlvMapStyle. |
| Uses of IlvMapStyle in ilog.views.maps.raster.datasource |
|---|
| Subclasses of IlvMapStyle in ilog.views.maps.raster.datasource | |
|---|---|
class |
IlvRasterStyle
IlvRasterStyle represents a map style for raster data. |
| Methods in ilog.views.maps.raster.datasource that return IlvMapStyle | |
|---|---|
IlvMapStyle |
IlvRasterStyle.copy()
Returns a copy of this style. |
| Uses of IlvMapStyle in ilog.views.maps.theme |
|---|
| Methods in ilog.views.maps.theme that return IlvMapStyle | |
|---|---|
IlvMapStyle |
DynamicStyleEvent.getNewValue()
Returns the new style that was registered at construction time. |
IlvMapStyle |
DynamicStyleEvent.getOldValue()
Returns the old style that was registered at construction time. |
IlvMapStyle |
DynamicStyleEvent.getStyle()
Returns the new style that was registered at construction time. |
IlvMapStyle |
IlvMapDynamicStyle.getStyle()
Returns the style for this theme. |
IlvMapStyle |
IlvMapStyleController.getStyle(IlvMapLayer layer,
double scale)
Retrieves the style registered for the given layer that matches a given scale. |
| Methods in ilog.views.maps.theme with parameters of type IlvMapStyle | |
|---|---|
void |
IlvMapDynamicStyle.setStyle(IlvMapStyle style)
Sets the style for this theme. |
| Constructors in ilog.views.maps.theme with parameters of type IlvMapStyle | |
|---|---|
DynamicStyleEvent(IlvMapDynamicStyle dstyle,
IlvMapLayer layer,
IlvMapStyle old,
IlvMapStyle style)
Constructs a new dynamic style event. |
|
IlvMapDynamicStyle(double scale,
IlvMapStyle style,
String name)
Creates a new IlvMapStyleAtScale instance for a given scale. |
|
| Uses of IlvMapStyle in ilog.views.maps.tiling |
|---|
| Methods in ilog.views.maps.tiling that return IlvMapStyle | |
|---|---|
static IlvMapStyle |
IlvRegionOfInterestTileLoader.createDefaultFeatureStyle(Class geometryClass)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||