Serialized Form


Package com.reades.mapthing

Class com.reades.mapthing.BoundingBox extends Object implements Serializable

serialVersionUID: -6187345095375316773L

Serialized Fields

DEBUG

boolean DEBUG

projection

int projection

east

float east

north

float north

west

float west

south

float south

context

BoundingBox context

width

float width

height

float height

screenX

float screenX

screenY

float screenY

screenWidth

float screenWidth

screenHeight

float screenHeight

Class com.reades.mapthing.Generic extends Object implements Serializable

serialVersionUID: -898229787710388349L

Serialized Fields

DEBUG

boolean DEBUG

type

String type

source

String source

box

BoundingBox box

srid

int srid

localSimplify

double localSimplify

globalSimplify

double globalSimplify

appletWidth

int appletWidth

appletHeight

int appletHeight

scaleStartColor

int scaleStartColor

scaleEndColor

int scaleEndColor

scaleMidColor

int scaleMidColor

scaleSteps

int scaleSteps

labelPosition

int labelPosition
Default places to look for likely name and value fields in the source file. We allow the user to specify a column position or a column name as they like.


labelName

String labelName

valuePosition

int valuePosition

valueName

String valueName

Class com.reades.mapthing.Lines extends Generic implements Serializable

serialVersionUID: 1376311472836304996L

Serialized Fields

DEBUG

boolean DEBUG

transformedCoordinates

ArrayList<E> transformedCoordinates

rawCoordinates

ArrayList<E> rawCoordinates

Class com.reades.mapthing.Link extends Object implements Serializable

serialVersionUID: -9062368678289290111L

Serialized Fields

DEBUG

boolean DEBUG

id

int id

node1

Node node1

node2

Node node2

value

double value

name

String name

Class com.reades.mapthing.Node extends Object implements Serializable

serialVersionUID: -7750398192543108321L

Serialized Fields

DEBUG

boolean DEBUG

name

String name

id

int id

val

double val

X

double X

Y

double Y

Z

double Z

Class com.reades.mapthing.Points extends Generic implements Serializable

serialVersionUID: -802163096726427577L

Serialized Fields

DEBUG

boolean DEBUG

transformedCoordinates

ArrayList<E> transformedCoordinates

rawCoordinates

ArrayList<E> rawCoordinates

labelXOffset

int labelXOffset

labelYOffset

int labelYOffset

Class com.reades.mapthing.Polygons extends Generic implements Serializable

serialVersionUID: 8618803832866064725L

Serialized Fields

DEBUG

boolean DEBUG

closed

boolean closed

transformedCoordinates

ArrayList<E> transformedCoordinates

rawCoordinates

ArrayList<E> rawCoordinates

Package net.divbyzero.gpx.parser

Class net.divbyzero.gpx.parser.ParsingException extends Exception implements Serializable

serialVersionUID: 1L



Processing library MapThing by Jon Reades. (C) 2013