Serialized Form
-
Package nl.tudelft.simulation.dsol.animation.gis.esri
-
Class nl.tudelft.simulation.dsol.animation.gis.esri.DbfReader extends Object implements Serializable
- serialVersionUID:
- 20201223L
-
Serialized Fields
-
columnLength
int[] columnLength
the numberofColumns. -
columnNames
String[] columnNames
the names of the columns. -
dbfFile
URL dbfFile
the FBFFile. -
headerLength
int headerLength
the headerLength. -
numColumns
int numColumns
the number of columns. -
numRecords
int numRecords
the number of records. -
recordLength
int recordLength
the length of the records.
-
-
Class nl.tudelft.simulation.dsol.animation.gis.esri.EsriRenderable2d extends Object implements Serializable
- serialVersionUID:
- 20200108L
-
Serialized Fields
-
bounds
Bounds3d bounds
the bounds of the map. -
cachedExtent
Bounds2d cachedExtent
the cached extent. -
cachedImage
BufferedImage cachedImage
the image cached image. -
cachedScreenSize
Dimension cachedScreenSize
the cached screenSize. -
location
OrientedPoint3d location
the location of the map. -
map
GisMapInterface map
the map to display.
-
-
Class nl.tudelft.simulation.dsol.animation.gis.esri.ShapeFileReader extends Object implements Serializable
- serialVersionUID:
- 20201223L
-
Serialized Fields
-
coordinateTransform
CoordinateTransform coordinateTransform
an optional transformation of the lat/lon (or other) coordinates. -
currentType
int currentType
the type of shape we are working on. -
dbfFile
URL dbfFile
the URL for the dbase-III format file with texts to be read. -
dbfReader
DbfReader dbfReader
our DBF reader. -
featuresToRead
List<FeatureInterface> featuresToRead
the features to read by this OpenStreeetMap reader. -
numShapes
int numShapes
number of shapes in the current file. -
shpFile
URL shpFile
the URL for the shape file to be read. -
shxFile
URL shxFile
the URL for the shape index file to be read.
-
-