Serialized Form


Package uk.ac.leeds.ccg.andyt.vector.geometry

Class uk.ac.leeds.ccg.andyt.vector.geometry.Vector_AbstractGeometry2D extends java.lang.Object implements Serializable

Serialized Fields

_Vector_Environment

Vector_Environment _Vector_Environment

_DecimalPlacePrecision_Integer

java.lang.Integer _DecimalPlacePrecision_Integer

_RoundingMode

java.math.RoundingMode _RoundingMode

Class uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Envelope2D extends Vector_AbstractGeometry2D implements Serializable

Serialized Fields

_xmin

java.math.BigDecimal _xmin

_xmax

java.math.BigDecimal _xmax

_ymin

java.math.BigDecimal _ymin

_ymax

java.math.BigDecimal _ymax

Class uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Line2D extends Vector_AbstractGeometry2D implements Serializable

Serialized Fields

_AngleClockwiseFromYAxis

java.math.BigDecimal _AngleClockwiseFromYAxis
The angle defining the line


_Point2D

Vector_Point2D _Point2D
A point on the line

Class uk.ac.leeds.ccg.andyt.vector.geometry.Vector_LineSegment2D extends Vector_AbstractGeometry2D implements Serializable

Serialized Fields

_Start_Point2D

Vector_Point2D _Start_Point2D

_End_Point2D

Vector_Point2D _End_Point2D

Class uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Network2D extends Vector_AbstractGeometry2D implements Serializable

Serialized Fields

_Connection_HashMap

java.util.HashMap<K,V> _Connection_HashMap

Class uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Network2D.Connection extends java.lang.Object implements Serializable

Serialized Fields

_Point2D

Vector_Point2D _Point2D

_Value

double _Value
Intended for capacity or other condition, or store of information (e.g. number of flows)...


_Type

int _Type
To distinguish between different types of connection e.g. On foot, by car etc...

Class uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D extends Vector_AbstractGeometry2D implements Serializable

Serialized Fields

_x

java.math.BigDecimal _x
The x coordinate of the Vector_Point2D


_y

java.math.BigDecimal _y
The y coordinate of the Vector_Point2D


Package uk.ac.leeds.ccg.andyt.vector.visualisation

Class uk.ac.leeds.ccg.andyt.vector.visualisation.VectorAbstractRender extends javax.swing.JApplet implements Serializable

Serialized Fields

_width_int

int _width_int

_height_int

int _height_int

_JFrame

javax.swing.JFrame _JFrame

_Graphics2D

java.awt.Graphics2D _Graphics2D

Class uk.ac.leeds.ccg.andyt.vector.visualisation.VectorOverlayComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

_BufferedImage

java.awt.image.BufferedImage _BufferedImage

Class uk.ac.leeds.ccg.andyt.vector.visualisation.VectorOverlayComponent_Network2D extends VectorOverlayComponent implements Serializable

Serialized Fields

_RenderNetwork2D

VectorRenderNetwork2D _RenderNetwork2D

Class uk.ac.leeds.ccg.andyt.vector.visualisation.VectorRender extends javax.swing.JApplet implements Serializable

Serialized Fields

width

int width
Deprecated. 

height

int height
Deprecated. 

scale

int scale
Deprecated. 

_JFrame

javax.swing.JFrame _JFrame
Deprecated. 

_Graphics2D

java.awt.Graphics2D _Graphics2D
Deprecated. 

_Polygons

java.awt.Polygon[] _Polygons
Deprecated. 

Class uk.ac.leeds.ccg.andyt.vector.visualisation.VectorRenderNetwork2D extends VectorAbstractRender implements Serializable

Serialized Fields

_VectorNetwork2D_HashSet

java.util.HashSet<E> _VectorNetwork2D_HashSet

_VectorEnvelope2D

Vector_Envelope2D _VectorEnvelope2D

_YRange_BigDecimal

java.math.BigDecimal _YRange_BigDecimal

_XRange_BigDecimal

java.math.BigDecimal _XRange_BigDecimal