Serialized Form


Package nl.javel.gisbeans.geom

Class nl.javel.gisbeans.geom.GisObject extends Object implements Serializable

Serialized Fields

shape

Object shape
the represented shape


attributes

String[] attributes
the attributes

Class nl.javel.gisbeans.geom.SerializableGeneralPath extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
reads an object

Throws:
IOException - on IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
writes to the stream

Throws:
IOException - on IOfailure
Serialized Fields

generalPath

GeneralPath generalPath
the general path

Class nl.javel.gisbeans.geom.SerializableRectangle2D extends Rectangle2D implements Serializable

Class nl.javel.gisbeans.geom.SerializableRectangle2D.Double extends SerializableRectangle2D implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
we read the stream

Throws:
IOException - on exception

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Now the private serialization methods

Throws:
IOException - on exception
Serialized Fields

rectangle

Rectangle2D rectangle
the rectangle

Class nl.javel.gisbeans.geom.SerializableRectangle2D.Float extends SerializableRectangle2D implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Now the private serialization methods

Throws:
IOException - on IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
writes to the stream

Throws:
IOException - on IOException
Serialized Fields

rectangle

Rectangle2D rectangle
the rectangle


Package nl.javel.gisbeans.io

Class nl.javel.gisbeans.io.ObjectEndianInputStream extends Object implements Serializable

Serialized Fields

dataInputStream

DataInputStream dataInputStream
the datainput stream


inputStream

InputStream inputStream
the inputStream


buffer

byte[] buffer
an 8byte buffer


encode

int encode
the code

Class nl.javel.gisbeans.io.ObjectEndianOutputStream extends Object implements Serializable

Serialized Fields

dataOutputStream

DataOutputStream dataOutputStream
the dataOutputStream


buffer

byte[] buffer
the buffer


encode

int encode
the encode


Package nl.javel.gisbeans.io.esri

Class nl.javel.gisbeans.io.esri.DbfReader extends Object implements Serializable

Serialized Fields

dbfFile

URL dbfFile
the FBFFile


columnLength

int[] columnLength
the numberofColumns


columnNames

String[] columnNames
the names of the columns


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


cache

boolean cache
may we cache parsed data?..

Class nl.javel.gisbeans.io.esri.ShapeFile extends Object implements Serializable

Serialized Fields

shpFile

URL shpFile
the URLS


shxFile

URL shxFile
the URLS


dbfFile

URL dbfFile
the URLS


numShapes

int numShapes
the number of shapes


type

int type
the type


dbfReader

DbfReader dbfReader
our DBF reader


cache

boolean cache
may we cache parsed data?..


cachedContent

ArrayList<E> cachedContent
the cachedContent


Package nl.javel.gisbeans.map

Class nl.javel.gisbeans.map.AbstractAttribute extends Object implements Serializable

Serialized Fields

font

Font font
the default font to use


fontColor

Color fontColor
the font color


position

int position
the position of the attribute


layer

LayerInterface layer
the layer of this attribute


minScale

double minScale
the minimumScale


maxScale

double maxScale
the maximumScale

Class nl.javel.gisbeans.map.Attribute extends AbstractAttribute implements Serializable

Serialized Fields

angleColumn

int angleColumn
the angleColumn


valueColumn

int valueColumn
the valueColumn


mode

short mode
the mode of the angle

Class nl.javel.gisbeans.map.GraphicsException extends Exception implements Serializable

Class nl.javel.gisbeans.map.Image extends Object implements Serializable

Serialized Fields

backgroundColor

Color backgroundColor

legend

LegendInterface legend

scalebar

ScalebarInterface scalebar

size

Dimension size

Class nl.javel.gisbeans.map.Layer extends Object implements Serializable

Serialized Fields

fillColor

Color fillColor
the fillColor of the layer


dataSource

DataSourceInterface dataSource
the dataSource to use


maxScale

int maxScale
the maxScale


minScale

int minScale
the minScale


outlineColor

Color outlineColor
the outlineColor


name

String name
the name of the layer


status

boolean status
the status


transform

boolean transform
whether to transform


attributes

List<E> attributes
the attributes of the layer


symbols

List<E> symbols
the symbols of the layer

Class nl.javel.gisbeans.map.Legend extends Object implements Serializable

Serialized Fields

backgroundColor

Color backgroundColor

embed

boolean embed

outlineColor

Color outlineColor

fontColor

Color fontColor

position

int position

size

Dimension size

status

boolean status

font

Font font

Class nl.javel.gisbeans.map.Map extends Object implements Serializable

Serialized Fields

extent

Rectangle2D extent
the extent of the map


layers

List<E> layers
the layers of the map


image

ImageInterface image
the mapfileImage


name

String name
the name of the mapFile


referenceMap

ReferenceMapInterface referenceMap
the referenceMap


units

int units
the map units


RESOLUTION

int RESOLUTION
the screen resolution

Class nl.javel.gisbeans.map.ReferenceMap extends Object implements Serializable

Serialized Fields

image

URL image

extent

double[] extent

outLineColor

Color outLineColor

size

Dimension size

status

boolean status

Class nl.javel.gisbeans.map.Scalebar extends Object implements Serializable

Serialized Fields

backgroundColor

Color backgroundColor

color

Color color

embed

boolean embed

font

Font font

fontColor

Color fontColor

intervals

int intervals

position

int position

size

Dimension size

status

boolean status

units

int units

Class nl.javel.gisbeans.map.StaticAttribute extends AbstractAttribute implements Serializable

Serialized Fields

angle

double angle
the static angle


value

String value
the static value