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.datasource |
Provides predefined data sources.
|
ilog.views.maps.datasource.ibm |
This package contains the JViews Maps classes to read data from IBM DB2 and INFORMIX databases.
|
ilog.views.maps.defense.format.asrp |
This package contains classes for reading ASRP files.
|
ilog.views.maps.defense.format.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.defense.format.dafif |
This package contains classes for reading DAFIF files.
|
ilog.views.maps.defense.format.s57 |
This package contains classes for reading S57 files.
|
ilog.views.maps.defense.format.vmap |
This package contains classes for reading VPF (VMAP) files.
|
ilog.views.maps.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
ilog.views.maps.format |
Provides classes to read various map file formats.
|
ilog.views.maps.format.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.format.dem |
This package contains classes for reading GTOPO30 files.
|
ilog.views.maps.format.dted |
This package contains classes that you can use to read DTED files.
|
ilog.views.maps.format.dxf |
Provides classes to import and georeference DXF files.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.format.image |
This package contains classes that you can use to read TIFF,JPG,GIF or PNG files.
|
ilog.views.maps.format.kml |
This package contains classes that you can use to read KML files.
|
ilog.views.maps.format.midmif |
This package provides classes for loading MapInfo® Mid/Mif files.
|
ilog.views.maps.format.oracle |
This package provides interfaces and classes for dealing with Oracle SDO.
|
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.svg |
This package contains classes that you can use to read SVG files.
|
ilog.views.maps.format.tiger |
This package contains classes for reading TIGER/Line 2004 files.
|
ilog.views.maps.format.wms |
This package contains classes that you can use to read images from OpenGIS-compliant servers (Web Map Servers).
|
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
ilog.views.maps.projection |
Classes to manage projections and georeferencement.
|
ilog.views.maps.rendering |
Provides renderer that work with IlvMapGraphic.
|
ilog.views.maps.srs.coordsys |
Provides classes and interfaces for Spatial Reference Systems.
|
ilog.views.maps.srs.coordtrans |
Provides transformations between the coordinate systems.
|
ilog.views.maps.srs.wkt |
Provides classes to help translating coordinate
systems and transformations to and from the
OpenGIS Well-Known Text (WKT) encoding.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvMapFeatureIterator.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvMapFeature.getCoordinateSystem()
Returns the coordinate system of the geometry of the map feature.
|
IlvCoordinateSystem |
IlvCoordinateSystemProperty.getCoordinateSystem()
Returns the coordinate system of this property.
|
static IlvCoordinateSystem |
IlvCoordinateSystemProperty.GetCoordinateSystem(IlvManager manager)
Returns the coordinate system of a manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapFeature.setCoordinateSystem(IlvCoordinateSystem cs)
Sets the coordinate system of the geometry of the map feature.
|
Constructor and Description |
---|
IlvCoordinateSystemProperty(IlvCoordinateSystem cs)
Creates a new
IlvCoordinateSystemProperty object with the
specified coordinate system. |
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvJCoordinateSystemEditorPanel.getCoordinateSystem()
Returns the currently edited coordinate system.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJCoordinateSystemEditorPanel.setCoordinateSystem(IlvCoordinateSystem cs)
Sets the coordinate system displayed in the panel.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvSDODataSource.OracleIterator.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvMapDelegateFeatureIterator.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvMapDataSource.getCoordinateSystem()
Retrieves the coordinate system of this data source.
|
IlvCoordinateSystem |
IlvMIDMIFDataSource.getCoordinateSystem()
Retrieves the coordinate system of this data source.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphicLayerDataSource.add(IlvGraphic graphic,
IlvCoordinateSystem cs)
Adds an IlvGraphic object using the specified coordinate system to this dynamic datasource.
|
void |
IlvMapDataSource.setCoordinateSystem(IlvCoordinateSystem cs)
Sets the coordinate system of this data source.
|
void |
IlvGraphicLayerDataSource.setCoordinateSystem(IlvCoordinateSystem coordinateSystem)
This method is not allowed for this data source.
|
Constructor and Description |
---|
IlvPolygonSimplifyingEngine(double distance,
IlvCoordinateSystem system)
Creates a new
IlvPolygonSimplifyingEngine object. |
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvDBFeatureIterator.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvDBDataSource.getCoordinateSystem()
Retrieves the coordinate system of this data source.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvRasterASRPReader.getCoordinateSystem()
Returns a projected ARC coordinate system.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvRasterCADRGReader.getCoordinateSystem()
Returns a WGS84 system.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvDAFIFReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvS57Reader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvVMAPReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvComputedRasterReader.getCoordinateSystem()
Returns a WGS84 coordinate system.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvLineOfVisibility.setCoordinateSystem(IlvCoordinateSystem coordinateSystem)
Sets the geodetic computation according to the ellipsoid defined in the
coordinate system projection.
|
Constructor and Description |
---|
IlvLineOfVisibility(IlvManager manager,
double pointOfViewHeight,
double precision,
IlvCoordinateSystem cs,
IlvAltitudeProvider elevationProvider,
IlvCoordinate pointOfView,
IlvCoordinate targetPoint)
Creates a new
IlvLineOfVisibility object. |
IlvTerrainCut(IlvCoordinate[] ll,
IlvCoordinateSystem cs)
Creates a new
IlvMapControllingPolyline . |
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
Ilv3DViewBoundsDataSource.getCoordinateSystem()
Retrieves the coordinate system of this data source.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvMapLoader.getDefaultCoordinateSystem()
Returns the default Coordinate System used by readers that
are not georeferenced.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapLoader.setDefaultCoordinateSystem(IlvCoordinateSystem cs)
Sets the default Coordinate System to be used by readers that
are not georeferenced.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvCADRGFrameReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvCADRGCoverage.getCoordinateSystem()
Returns the coordinate system used for the coverage.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvGTopo30Reader.getCoordinateSystem()
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvRasterDTEDReader.getCoordinateSystem()
Returns a WGS84 system.
|
IlvCoordinateSystem |
IlvDTEDReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvMapDXFReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapDXFReader.setCoordinateSystem(IlvCoordinateSystem coordsys)
Sets the reader coordinate system.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvRasterGeoTiffReader.getCoordinateSystem()
Returns the spatial reference system that describes the geotiff image.
|
IlvCoordinateSystem |
IlvGeotiffReader.getCoordinateSystem()
Returns the coordinate system in which the image is expressed.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGeotiffReader.setCoordinateSystem(IlvCoordinateSystem coordsys)
Sets the coordinate system in which the image is expressed.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvRasterBasicImageReader.getCoordinateSystem()
Returns the associated coordinate system or
null if none has been set. |
IlvCoordinateSystem |
IlvImageReader.getCoordinateSystem()
Returns the associated coordinate system that has been set
by the
setCoordinateSystem method or null
if none has been set. |
Modifier and Type | Method and Description |
---|---|
void |
IlvImageReader.setCoordinateSystem(IlvCoordinateSystem cs)
Sets the source coordinate system of the reader.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvKMLReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvMIFReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvMIDMIFReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvMIFCoordinateSystemFactory.getCSFromMidMIF(int proj_type,
int datum,
double[] datumParam,
String unit,
double[] params)
Returns a Perforce JViews coordinate system corresponding to a
MIF projection specification.
|
IlvCoordinateSystem |
IlvMIFCoordinateSystemFactory.getCSFromMidMIF(String name,
int proj_type,
int datum,
double[] datumParam,
String unit,
double[] params)
Returns a Perforce JViews coordinate system corresponding to a
MIF projection specification.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvRasterSDOReader.getCoordinateSystem()
Returns the spatial reference system that describes the system of
geometric coordinates for the map features.
|
IlvCoordinateSystem |
IlvSDOFeatureIterator.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvDefaultSDOTileLoader.getDefaultCoordinateSystem()
Returns the default IlvCoordinateSystem used to render map features when they do not have a specified one.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSDOFeatureIterator.setCoordinateSystem(IlvCoordinateSystem cs)
Used to specify the source coordinate system of the geometries stored in the SDO database.
|
void |
IlvDefaultSDOTileLoader.setDefaultCoordinateSystem(IlvCoordinateSystem defaultCoordinateSystem)
Sets the default IlvCoordinateSystem used to render map features when they do not have a specified one.
|
Modifier and Type | Method and Description |
---|---|
static IlvCoordinateSystem |
IlvObjectSDOUtil.findCoordinateSystem(long srid,
Connection connection)
Finds the coordinate system that corresponds to
srid in the
database. |
IlvCoordinateSystem |
IlvObjectSDOFeatureIterator.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the iterator.
|
static IlvCoordinateSystem |
IlvObjectSDOUtil.getCS(long srID)
Returns the IlvCoordinateSystem corresponding to the specified srID (Spatial Reference IDentifier)
|
IlvCoordinateSystem |
IlvDefaultObjectSDOTileLoader.getDefaultCoordinateSystem()
Returns the default
IlvCoordinateSystem used to render map features when they do not have a specified one. |
Modifier and Type | Method and Description |
---|---|
void |
IlvObjectSDOFeatureIterator.setCoordinateSystem(IlvCoordinateSystem cs)
Used to specify the source coordinate system of the geometries stored in the SDO database.
|
void |
IlvDefaultObjectSDOTileLoader.setDefaultCoordinateSystem(IlvCoordinateSystem defaultCoordinateSystem)
Sets the default
IlvCoordinateSystem used to render map features when they do not have a specified one. |
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvShapeFileTileLoader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of the tile loader.
|
IlvCoordinateSystem |
IlvShapeFileReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
IlvCoordinateSystem |
IlvSHPReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvShapeFileTileLoader.setCoordinateSystem(IlvCoordinateSystem cs)
Used to specify the source coordinate system of the geometries handled by this tile loader.
|
void |
IlvShapeFileReader.setCoordinateSystem(IlvCoordinateSystem cs)
Sets the coordinate system for this reader.
|
void |
IlvSHPReader.setCoordinateSystem(IlvCoordinateSystem cs)
Sets the coordinate system for this reader.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvMapSVGReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapSVGReader.setCoordinateSystem(IlvCoordinateSystem coordsys)
Sets the coordinate system for this reader.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvTigerReader.getCoordinateSystem()
Returns the NAD83 coordinate system.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvWMSReader.getCoordinateSystem()
Returns the spatial reference system that describes the coordinate
system of geometric coordinates of the map features.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvWMSReader.setCoordinateSystem(IlvCoordinateSystem cs)
Sets the coordinate system for this reader.
|
Constructor and Description |
---|
IlvGeodeticPathComputation(IlvCoordinateSystem coordinateSystem)
Creates a polygon computation class to manage geodetic objects and
date line wrapping.
|
Modifier and Type | Method and Description |
---|---|
static IlvCoordinateSystem |
IlvProjectionUtil.GetCoordinateSystemFromProjection(IlvProjection p)
Returns an
IlvCoordinateSystem that corresponds to the
projection passed as argument. |
Modifier and Type | Method and Description |
---|---|
static IlvLinearUnit |
IlvProjectionUtil.GetLinearUnit(IlvCoordinateSystem cs)
Returns the linear unit of the coordinate system passed as argument.
|
static IlvProjection |
IlvProjectionUtil.GetProjectionFromCoordinateSystem(IlvCoordinateSystem cs)
Returns an
IlvProjection that corresponds to the
coordinate system passed as argument. |
Modifier and Type | Method and Description |
---|---|
float[] |
IlvMapLineRenderingStyle.getScaledLineStyle(IlvCoordinateSystem sourceCS,
IlvCoordinateSystem targetCS)
Returns the line style in the manager coordinate system so that
the actual style is observed for the specified scale.
|
double |
IlvMapLineRenderingStyle.getScaledLineWidth(IlvCoordinateSystem sourceCS,
IlvCoordinateSystem targetCS)
Returns the line width in the manager coordinate system so that
the actual line width is observed for the scale specified in this
rendering style.
|
double |
IlvMapTextRenderingStyle.getScaleFactor(IlvCoordinateSystem cs)
Returns the scale factor of a transformer that would show a map
at the specified scale.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGeocentricCoordinateSystem
The geocentric coordinate system.
|
class |
IlvGeographicCoordinateSystem
The base class for geographic coordinate systems.
|
class |
IlvProjectedCoordinateSystem
IlvProjectedCoordinateSystem is the class for coordinate
systems based on a map projection. |
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvProjectedCoordinateSystem.copy()
Returns a copy of this projected coordinate system.
|
IlvCoordinateSystem |
IlvGeographicCoordinateSystem.copy()
Returns a new copy of this coordinate system.
|
IlvCoordinateSystem |
IlvGeocentricCoordinateSystem.copy()
Returns a copy of this coordinate system.
|
abstract IlvCoordinateSystem |
IlvCoordinateSystem.copy()
Returns a copy of this coordinate system.
|
Constructor and Description |
---|
IlvCoordinateSystem(IlvCoordinateSystem source)
Constructs a new
IlvCoordinateSystem by copying an existing one. |
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvGeocentricTransform.getSourceCS()
Returns the source coordinate system for this transformation.
|
IlvCoordinateSystem |
IlvCoordinateTransformation.getSourceCS()
Returns the source coordinate system for this transformation.
|
IlvCoordinateSystem |
IlvGeocentricTransform.getTargetCS()
Returns the destination coordinate system for this transformation.
|
IlvCoordinateSystem |
IlvCoordinateTransformation.getTargetCS()
Returns the destination coordinate system for this transformation.
|
Modifier and Type | Method and Description |
---|---|
static IlvCoordinateTransformation |
IlvCoordinateTransformation.CreateTransformation(IlvCoordinateSystem sourceCS,
IlvCoordinateSystem targetCS)
Returns a coordinate transformation to convert coordinates from one coordinate
system to another.
|
Constructor and Description |
---|
IlvCoordinateTransformation(IlvCoordinateSystem sourceCS,
IlvCoordinateSystem targetCS)
Constructor.
|
IlvCoordinateTransformation(IlvCoordinateSystem sourceCS,
IlvCoordinateSystem targetCS,
IlvMathTransform transform)
Constructor.
|
IlvGeocentricTransform(IlvCoordinateSystem sourceCS,
IlvCoordinateSystem targetCS)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvWKTCoordinateSystemFactory.fromWKT(String wkt)
Returns the coordinate system described by the specified WKT.
|
IlvCoordinateSystem |
IlvWKTCoordinateSystemDictionary.CoordinateSystemNode.getCoordinateSystem()
Returns the coordinate system for this node.
|
IlvCoordinateSystem |
IlvWKTCoordinateSystemDictionary.getCoordinateSystem(int epsgNumber)
Retrieves a coordinate system from the dictionary using an EPSG id.
|
IlvCoordinateSystem |
IlvWKTCoordinateSystemDictionary.getCoordinateSystem(String csName)
Retrieves a coordinate system from the dictionary.
|
Modifier and Type | Method and Description |
---|---|
IlvWKTCoordinateSystemDictionary.CoordinateSystemNode |
IlvWKTCoordinateSystemDictionary.registerCoordinateSystem(String category,
IlvCoordinateSystem cs)
Registers a new coordinate system.
|
String |
IlvWKTCoordinateSystemFactory.toWKT(IlvCoordinateSystem cs)
Returns the WKT representation of the specified
IlvCoordinateSystem . |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.