CIlvCADRGCoverage | Stores information about a CADRG coverage as described in a CADRG table of contents |
CIlvCADRGFrame | This class defines a CADRG frame as described in the CADRG table of contents |
CIlvCADRGTocReader | This class reads the table of contents of a CADRG file |
CIlvCoordinate | An IlvCoordinate object is a point defined by two values in double precision |
CIlvEllipsoid | This class defines an ellipsoid |
►CIlvFeatureAttribute | This class is the base class for the attributes of the map features |
CIlvAttributeArray | This feature attribute is itself an array of feature attributes |
CIlvBooleanAttribute | This feature attribute stores Boolean values |
CIlvDoubleAttribute | This feature attribute stores an attribute of type IlDouble |
CIlvIntegerAttribute | This feature attribute stores integer values |
CIlvStringAttribute | This feature attribute stores strings |
CIlvFeatureAttributeInfo | This class is used to store the names and types of map attributes |
►CIlvFeatureRenderer | Subclasses of this abstract class are used to translate an IlvMapFeature into a graphic object |
CIlvDefaultAreaRenderer | This renderer translates a map feature whose geometry is a predefined subclass of IlvMapArea into an IlvMapGeneralPath or into an IlvGraphicSet or IlvMapGeneralPath if the geometry is an IlvMapMultiArea |
CIlvDefaultCurveRenderer | This renderer translates a map feature whose geometry is a predefined subclass of IlvMapCurve into an IlvMapGeneralPath or into an IlvGraphicSet of IlvMapGeneralPath if the geometry is an IlvMapMultiCurve |
►CIlvDefaultFeatureRenderer | This feature renderer can translate all the predefined geometries of Rogue Wave Views into graphic objects |
CIlvS57Renderer | This feature renderer can translate all the predefined geometries of Rogue Wave Views into graphic objects |
CIlvDefaultImageRenderer | This renderer translates a map feature whose geometry is an IlvMapImage into an IlvZoomableIcon |
CIlvDefaultPointRenderer | This renderer translates a map feature whose geometry is an IlvMapPoint into an IlvMarker |
CIlvDefaultRasterRenderer | This renderer translates a map feature whose geometry is an IlvMapRaster into an IlvZoomableIcon whose colors indicate the value of the raster |
CIlvDefaultTextRenderer | This renderer translates a map feature whose geometry is an IlvMapText into an IlvLabel |
CIlvIconPointRenderer | This renderer translates a map feature whose geometry is an IlvMapPoint into an IlvIcon |
CIlvGeoTIFFTiler | A GeoTIFF file tiler |
►CIlvHorizontalDatum | This abstract class is the base class for classes describing a horizontal datum |
CIlvHorizontalShiftDatum | This class describes a horizontal datum |
►CIlvHorizontalDatumConverter | The abstract class for all datum converters |
CIlvMolodenskyConverter | This class implements an IlvHorizontalDatumConverter using the Molodensky formula |
CIlvHorizontalDatumConverterFactory | An abstract class providing services to select the appropriate converter between two datums |
CIlvI8211Field | This class corresponds to a field from the ISO 8211 definition |
CIlvI8211Record | This class corresponds to a record from the ISO 8211 definition |
►CIlvI8211RefCount | This class is used to manage the objects which are shared by several other objects |
CIlvS57Enumeration | This class is used to store the data of S57 Enumeration |
►CIlvS57Record | This class is the base class of the different types of S57 records |
CIlvDSIDRecord | This class corresponds to the DSID record of the S57 format |
CIlvDSPMRecord | This class corresponds to the DSPM record of the S57 format |
CIlvFRIDRecord | This class corresponds to the FRID record of the S57 format |
CIlvVRIDRecord | This class corresponds to the VRID record of the S57 format |
►CIlvIndexedSet [external] | |
►CIlvManagerLayer [external] | |
►CIlvTiledLayer | A tiled layer is an IlvManagerLayer object for loading large sets of data, for example, large maps |
CIlvCADRGLayer | This class implements a CADRG layer that displays a CADRG coverage using the load-on-demand process |
CIlvDTEDLayer | A layer that displays a DTED coverage using the load-on-demand mechanism |
CIlvGeoTIFFLayer | This class is an IlvTiledLayer specialized for loading tiled GeoTIFF files |
CIlvImageLayer | This class is an IlvTiledLayer specialized for loading a set of images, each image representing a tile in a tiled data set |
►CIlvSDOLayer | Implements load-on-demand for an Oracle SDO data source |
CIlvObjectSDOLayer | Implements load-on-demand layer for an Oracle Spatial data source |
CIlvShapeFileLayer | This class is an IlvMapTileLoader specialized for loading tiled shape files |
►CIlvLayerVisibilityFilter [external] | |
CIlvScaleVisibilityFilter | Controls the visibility of a layer according to the scale |
CIlvMapAdapter | Defines the Coordinate Adapter class |
CIlvMapAttributeInfo | Store the names and types of map attributes |
►CIlvMapColorModel | This class allows mapping from integer values to RGB colors |
CIlvIntervalColorModel | This class implements a color model that performs a linear interpolation to compute the pixel colors with intervals specified by the user |
CIlvMapDataPathManager | This class is a data path manager that uses a set of IlvMapDataPathResolver s to resolve paths |
►CIlvMapDataPathResolver | This abstract class defines a path resolver |
CIlvDefaultDataPathResolver | Resolves a relative path name using a specified path |
CIlvMapFeature | This class represents a simple map feature, that is, an object with a geometry that can be rendered graphically and, optionally, a list of attributes |
►CIlvMapFeatureId | This abstract class represents a map feature identifier |
CIlvMapFeatureDoubleId | This class represents a map feature identifier using a floating-point value |
CIlvMapFeatureIntegerId | This class represents a map feature identifier using an integer value |
CIlvMapFeatureStringId | This class represents a map feature identifier using a string value |
►CIlvMapFeatureIterator | This class is the base class for feature iterators |
CIlvCADRGFrameReader | This class is used to read CADGR frames |
CIlvDTEDReader | This class can be used to read DTED files |
CIlvGeoTIFFReader | This class is an IlvMapFeatureIterator specialized for reading GeoTIFF files |
CIlvImageReader | This class is an IlvMapFeatureIterator specialized for reading image files. The supported image formats are those supported by Rogue Wave Views |
►CIlvLookAheadFeatureIterator | Defines an abstract class for feature iterators that have a look ahead ability |
CIlvShapeFileReader | This class reads geometries and attributes from Shape files |
CIlvShapeSHPReader | This class reads geometries from .shp files |
CIlvObjectSDOFeatureIterator | This class converts Oracle Spatial geometries retrieved from an Oracle database (9i and above), into IlvMapFeature objects |
CIlvS57Loader | This class is used to get the list of features of the S57 files |
CIlvSDOFeatureIterator | This class converts Oracle SDO geometries retrieved from an Oracle database into IlvMapFeature objects |
►CIlvMapGeometry | This abstract class is the base class of the map geometry objects |
►CIlvMapArea | This abstract class is the base class of the map geometry that define an area |
CIlvMapImage | This class defines an image |
CIlvMapMultiArea | This class defines an area that is composed of a list of IlvMapArea |
CIlvMapPolygon | This class defines a Polygon |
CIlvMapRaster | This class defines a raster |
►CIlvMapRing | This abstract class is the base class of all connected areas |
CIlvMapCircularRing | This class defines a ring whose stroke is an IlvMapCircle |
CIlvMapSegmentRing | This class defines a ring whose stroke is an IlvMapSegmentString |
►CIlvMapCurve | This abstract class is the base class of the map geometries that define a 1-dimension curve |
CIlvMapCircle | This class defines a circle |
CIlvMapMultiCurve | This class is used to represent 1-dimension geometries that are composed of a list of other curves |
►CIlvMapSegment | This abstract class is the base class for the geometries that describe a connected curve that has a start point and an end point |
CIlvMapArcSegment | This class defines a circular arc segment |
CIlvMapLinearSegment | This class defines a linear segment |
►CIlvMapSegmentString | This abstract class is the base class for segments that can be divided into other smaller segments |
CIlvMapArcString | This subclass of IlvMapSegmentString is optimized to handle strings that contain only IlvMapArcSegment instances |
CIlvMapCurveString | This implementation fo the IlvMapSegmentString class supports any sequence of IlvMapSegment |
CIlvMapLineString | This subclass of IlvMapSegmentString is optimized to handle strings containing only IlvMapLinearSegment instances |
CIlvMapGeometryCollection | The class defines a collection of any geometry elements |
CIlvMapMultiPoint | This class defines a multipoint, which is a collection of points |
CIlvMapPoint | This class defines a point |
CIlvMapText | This class defines a georeferenced text |
CIlvMapInfo | The IlvMapInfo class is used to attach map information to an IlvManager |
CIlvMapInfoListener | This abstract class is the listener class for receiving notifications about map information changes |
CIlvMapInput | This class defines an input stream with extended reading capabilities |
CIlvMapLoader | A convenience class to load map files into an IlvManager |
►CIlvMapRenderingStyle | This abstract class is the base class of the rendering styles |
CIlvMapAreaRenderingStyle | This rendering style stores style parameters to render areas |
CIlvMapLineRenderingStyle | This rendering style stores style parameters to draw lines |
CIlvMaps | |
CIlvMapsLicenseManager | Deprecated This class provides services to check whether the license for the Rogue Wave Views Maps add-on is available, or to register a license |
CIlvObjectSDOKeyExtractor | This class extracts keys used as feature IDs |
CIlvObjectSDOUtil | Utility class for basic tasks on Oracle SDO Object Model (Oracle Spatial) |
CIlvObjectSDOWriter | This class can write features to an Oracle Spatial layer, using the object model |
►CIlvProjection | All projections in the library inherit from this abstract class |
CIlvAzimuthalEquidistantProjection | This class defines the Azimuthal Equidistant projection |
CIlvCassiniProjection | This class defines the Cassini projection |
►CIlvConicProjection | This abstract class is the base class for all the conic projections in the library |
►CIlvAlbersEqualAreaProjection | This class defines the Albers Equal Area Conic projection |
CIlvLambertEqualAreaConicProjection | This class defines the Lambert Equal Area Conic projection |
►CIlvLambertConformalConicProjection | This class defines the Lambert Conformal Conic projection |
CIlvFrenchLambertProjection | This class defines the Lambert projection used in France |
CIlvCylindricalEqualAreaProjection | This class defines the Cylindrical Equal Area projection |
CIlvEquidistantCylindricalProjection | This class defines the Equidistant Cylindrical projection |
CIlvGeographicProjection | This class defines the Geographic projection |
CIlvGnomonicProjection | This class defines the Gnomonic projection |
CIlvLambertAzimuthalEqualAreaProjection | This class defines the Lambert Azimuthal Equal Area projection |
CIlvMercatorProjection | This class defines the Mercator projection |
CIlvMillerCylindricalProjection | This class defines the Miller Cylindrical projection |
CIlvOrthographicProjection | This class defines the Orthographic projection |
CIlvPolyconicProjection | This class defines the Polyconic projection |
►CIlvStereographicProjection | This class defines the Stereographic projection |
CIlvUniversalPolarStereographicProjection | This class defines the Universal Polar Stereographic projection, also known as the UPS projection |
►CIlvTransverseMercatorProjection | This class defines the Transverse Mercator projection |
CIlvUniversalTransverseMercatorProjection | This class defines Universal Transverse Mercator projections, also known as UTM projections |
CIlvUnknownProjection | This class is used to represent an Unknown projection |
CIlvProjectionClassInfo | This class provides run-time information about the IlvProjectionClass and its subclasses |
CIlvProjectionDictionary | This class provides facilities to get the list of the implemented projections and to create projection instances by their names |
CIlvS57AssocId | This class enables you to use long identifiers stored as 64 bits |
CIlvS57EnumerationArray | This class is used to store a set of S57 enumeration objects |
►CIlvS57Reader | This class is used to read an S57 file or an S57 catalog file |
CIlvS57Loader | This class is used to get the list of features of the S57 files |
CIlvSDODbmsFactory | An interface used to implement factories for DbLink IldDbms connections |
CIlvSDOUtil | Utility class for basic tasks on Oracle SDO relational Model |
CIlvSDOWriter | This class can write the content of an IlvMapFeatureIterator to an Oracle SDO layer |
CIlvShapeDBFReader | This class reads attributes from .dbf files |
CIlvShapeFileIndex | This class allows applications to take advantage of ESRI Shapefile index files (.shx files).
|
CIlvShapeFileTiler | A Shapefile tiler |
CIlvShapeSpatialIndex | An IlvShapeSpatialIndex is used to store and retrieve tile information for a given Shapefile |
CIlvTile | This class represents the elementary element used by the load-on-demand process |
►CIlvTileCache | This class is used to manage the cached tiles of one or more tile controllers |
CIlvDefaultTileCache | The default cache of the tile controllers |
CIlvTileController | This class manages the load-on-demand process |
CIlvTileListener | Used to be notified of the tile events (tile loaded, tile released, tile cached, and so on) |
►CIlvTileLoader | This abstract class is used to load a tile for an IlvTileController or an IlvTiledLayer |
►CIlvMapTileLoader | The base abstract class for tile loaders specialized in loading map formats |
CIlvGeoTIFFTileLoader | This class is an IlvTileLoader specialized for reading GeoTIFF files |
CIlvImageTileLoader | This class is an IlvMapTileLoader specialized for loading a set of images, each image representing a tile in a tiled data set |
CIlvShapeFileTileLoader | This class implements a tile loader to read tiles from an ESRI Shapefile whose spatial index has been created |
►CIlvSDOTileLoader | The base class (to be subclassed) to implement tile loaders for Oracle SDO |
CIlvDefaultObjectSDOTileLoader | This class implements an IlvTileLoader to load tiles from Oracle 9i Spatial, using the SDO object model |
CIlvDefaultSDOTileLoader | This tile loader loads a complete SDO layer with tiles that are equivalent to the SDO tiles |
CIlvUnitConverter | This class provides facilities to convert Cartesian data to various measurement units |
►CIlvValueInterface [external] | |
►CIlvGraphic [external] | |
►CIlvSimpleGraphic [external] | |
►CIlvLabel [external] | |
CIlvMapLabel | This class implements an IlvLabel adapted to map applications |
CIlvMapCompass | A compass object |
CIlvMapCoordViewer | Displays the coordinates of the mouse when it is on top of an IlvView displaying a map |
CIlvMapDefaultNeedle | A default needle used by the IlvMapCompass class |
CIlvMapDefaultScaleBar | The default scale bar used by IlvMapScale when none is provided by the user |
CIlvMapGeneralPath | The IlvMapGeneralPath class represents a geometric path constructed from segments |
CIlvMapScale | A scale object that displays the scale of a view |
►CIlvNamedProperty [external] | |
CIlvFeatureAttributeProperty | This class is used to store the values of map attributes |
CIlvMapAttributeProperty | Associates additional attributes with graphic objects |
CIlvProjectionInterface | This class provides facilities to get run-time information about the parameters of a projection, and to set or modify their values |