Package | Description |
---|---|
ilog.views.maps.format.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.format.dted |
This package contains classes that you can use to read DTED 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.midmif |
This package provides classes for loading MapInfo® Mid/Mif 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.format.shapefile |
This package contains classes that you can use to read the ESRI Shapefile format.
|
Constructor and Description |
---|
IlvCADRGFrameReader(DataInput dataInput,
boolean transparency)
Creates an instance of a CADRG frame reader from a dataInput opened
on a CADRG Frame.
|
IlvCADRGFrameReader(String fileName,
boolean transparency)
Creates an instance of a CADRG frame reader for the specified frame
file.
|
IlvCADRGFrameReader(URL url,
boolean transparency)
Creates an instance of a CADRG frame reader for the specified URL.
|
IlvCADRGTocReader(String fileName)
Creates an instance of
IlvCADRGTocReader and reads the table
of contents. |
IlvCADRGTocReader(URL url)
Creates an instance of
IlvCADRGTocReader for the specified
URL and reads the table of contents. |
Constructor and Description |
---|
IlvDTEDReader(DataInput dataInput)
Creates an instance of the DTED reader from a
DataInput . |
IlvDTEDReader(String fileName)
Creates an instance of the DTED reader for the specified file name.
|
IlvDTEDReader(URL url)
Creates an instance of the DTED reader for the specified URL.
|
Constructor and Description |
---|
IlvImageReader(String filename,
IlvCoordinate ul,
IlvCoordinate lr)
Constructs an
IlvImageReader
by specifying the name of the image file to read and the
coordinates of the image. |
IlvImageReader(URL url,
IlvCoordinate ul,
IlvCoordinate lr)
Constructs an
IlvImageReader
by specifying the URL of the image file to read and the
coordinates of the image. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvMIFReader.getNextFeature()
Returns the next feature read from file.
|
IlvMapFeature |
IlvMIDMIFReader.getNextFeature()
Returns the next map feature of the iterator or
null if the iteration is finished. |
Constructor and Description |
---|
IlvMIDMIFReader(String MIFfilename,
String MIDfilename)
Constructs a MapInfo® Interchange Format reader to read from specified
MIF file and specified MID file.
|
IlvMIDMIFReader(URL MIFURL,
URL MIDURL)
Constructs a MapInfo® Interchange Format reader to read from specified
MIF file and specified MID URL.
|
IlvMIFReader(Reader reader)
Constructs a new
IlvMIFReader to read from the
specified reader. |
IlvMIFReader(String fileName)
Constructs a new
IlvMIFReader to read from the file
which name is specified. |
IlvMIFReader(URL url)
Constructs a new
IlvMIFReader to read from the file
which URL is specified. |
Modifier and Type | Method and Description |
---|---|
protected IlvMapGeometry |
IlvObjectSDOFeatureIterator.makeGeometry(Struct geom)
This method creates a geometry from the specified Object, which is
a
Struct representing a MDSYS.SDO_GEOMETRY . |
Modifier and Type | Method and Description |
---|---|
IlvMapFeature |
IlvSHPReader.getNextFeature()
Reads the next record from the file.
|
Constructor and Description |
---|
IlvShapeFileIndex(DataInput dataInput)
Initializes an
IlvShapeFileIndex from the specified
DataInput . |
IlvShapeFileIndex(String filename)
Initializes an
IlvShapeFileIndex from the .shx
file specified. |
IlvShapeFileIndex(URL url)
Initializes an
IlvShapeFileIndex from the specified URL . |
IlvSHPReader(DataInput dataInput)
Initializes an
IlvSHPReader for the specified
DataInput . |
IlvSHPReader(String fileName)
Initializes an
IlvSHPReader for the specified file. |
IlvSHPReader(String shpFile,
String shxFile)
Initializes an
IlvSHPReader to read data from the specified file,
with the specified index file. |
IlvSHPReader(URL url)
Initializes an
IlvSHPReader for the specified URL. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.