Serialized Form


Package com.metsci.glimpse.axis

Class com.metsci.glimpse.axis.AxisNotSetException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 5685894473973040909L


Package com.metsci.glimpse.canvas

Class com.metsci.glimpse.canvas.SwingGlimpseCanvas extends javax.swing.JPanel implements Serializable

serialVersionUID: -5279064113986688397L

Serialized Fields

glCanvas

javax.media.opengl.GLCanvas glCanvas

tempDrawable

javax.media.opengl.GLAutoDrawable tempDrawable

isDisposed

boolean isDisposed

unmodifiableList

java.util.List<E> unmodifiableList

layoutList

java.util.List<E> layoutList

mouseHelper

MouseWrapperSwing mouseHelper

isEventConsumer

boolean isEventConsumer

isEventGenerator

boolean isEventGenerator

Package com.metsci.glimpse.charts.shoreline.gshhs

Class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.UnrecognizedValueException extends java.lang.Exception implements Serializable

serialVersionUID: 2928195545196276594L


Package com.metsci.glimpse.charts.vector.display.examplesupport

Class com.metsci.glimpse.charts.vector.display.examplesupport.AttributePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea

Class com.metsci.glimpse.charts.vector.display.examplesupport.ObjectSelectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

list

javax.swing.JList list

listModel

com.metsci.glimpse.charts.vector.display.examplesupport.ObjectSelectPanel.AListModel listModel

recordList

GeoRecordList<V extends GeoObject> recordList

dontpublish

boolean dontpublish

iAmPublishing

boolean iAmPublishing

Package com.metsci.glimpse.charts.vector.iteration

Class com.metsci.glimpse.charts.vector.iteration.UncheckedIOException extends java.lang.RuntimeException implements Serializable


Package com.metsci.glimpse.charts.vector.parser

Class com.metsci.glimpse.charts.vector.parser.ENCAttributeInterpreter.AttributeInterpreterException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class com.metsci.glimpse.charts.vector.parser.ENCUnitInterpreter.UnitInterpreterException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package com.metsci.glimpse.dspl.util

Class com.metsci.glimpse.dspl.util.DsplException extends java.lang.Exception implements Serializable

serialVersionUID: 5753184794171053053L


Package com.metsci.glimpse.event.mouse.swing

Class com.metsci.glimpse.event.mouse.swing.GlimpseSwingMouseEvent extends java.awt.event.MouseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

stack

GlimpseTargetStack stack

Class com.metsci.glimpse.event.mouse.swing.GlimpseSwingMouseWheelEvent extends java.awt.event.MouseWheelEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

stack

GlimpseTargetStack stack

Package com.metsci.glimpse.examples.charts.dnc

Class com.metsci.glimpse.examples.charts.dnc.DNCObjectViewerExample extends javax.swing.JPanel implements Serializable

Serialized Fields

selectedShapesPublisher

UpdatePublisher<V> selectedShapesPublisher

objectSelectPanel

ObjectSelectPanel<V extends GeoObject> objectSelectPanel

attributePanel

AttributePanel<V extends GeoObject> attributePanel

glimpsePanel

ENCDisplayPanel<V extends GeoObject> glimpsePanel

priorObject

javax.swing.JButton priorObject

nextObject

javax.swing.JButton nextObject

mapName

javax.swing.JLabel mapName

filterCombo

javax.swing.JComboBox filterCombo

zoomAdjustCheckbox

javax.swing.JCheckBox zoomAdjustCheckbox

objectIndex

int objectIndex

sourceENCList

GeoFilterableRecordList<V extends GeoObject> sourceENCList

currentENCObject

DNCObject currentENCObject

iAmPublishing

boolean iAmPublishing

Package com.metsci.glimpse.examples.charts.enc

Class com.metsci.glimpse.examples.charts.enc.ENCObjectViewerExample extends javax.swing.JPanel implements Serializable

Serialized Fields

selectedShapesPublisher

UpdatePublisher<V> selectedShapesPublisher

objectSelectPanel

ObjectSelectPanel<V extends GeoObject> objectSelectPanel

attributePanel

AttributePanel<V extends GeoObject> attributePanel

glimpsePanel

ENCDisplayPanel<V extends GeoObject> glimpsePanel

priorObject

javax.swing.JButton priorObject

nextObject

javax.swing.JButton nextObject

mapName

javax.swing.JLabel mapName

filterCombo

javax.swing.JComboBox filterCombo

zoomAdjustCheckbox

javax.swing.JCheckBox zoomAdjustCheckbox

objectIndex

int objectIndex

sourceENCList

GeoFilterableRecordList<V extends GeoObject> sourceENCList

currentENCObject

ENCObject currentENCObject

iAmPublishing

boolean iAmPublishing

Package com.metsci.glimpse.painter.treemap

Class com.metsci.glimpse.painter.treemap.AbstractTreeMapPainter.LayoutCache extends it.unimi.dsi.fastutil.ints.Int2ObjectAVLTreeMap<java.awt.geom.Rectangle2D[]> implements Serializable

Serialized Fields

absoluteMinX

double absoluteMinX

absoluteMaxX

double absoluteMaxX

absoluteMinY

double absoluteMinY

absoluteMaxY

double absoluteMaxY

Package com.metsci.glimpse.spacenav

Class com.metsci.glimpse.spacenav.SpaceNavException extends java.lang.Exception implements Serializable

serialVersionUID: -256264200895518061L


Package com.metsci.glimpse.support.polygon

Class com.metsci.glimpse.support.polygon.PolygonTessellator.TessellationException extends java.lang.Exception implements Serializable


Package com.metsci.glimpse.util

Class com.metsci.glimpse.util.Pair extends java.lang.Object implements Serializable

serialVersionUID: -7315628434083418938L

Serialized Fields

first

java.lang.Object first

second

java.lang.Object second

Package com.metsci.glimpse.util.geo

Class com.metsci.glimpse.util.geo.LatLonGeo extends java.lang.Object implements Serializable

serialVersionUID: 997651518096632023L

Serialized Fields

lat

double lat
north latitude in radians


lon

double lon
east longitude in radians


altitude

double altitude
altitude above surface (positive up)


Package com.metsci.glimpse.util.geo.format

Class com.metsci.glimpse.util.geo.format.LatLonFormatParseException extends java.lang.RuntimeException implements Serializable


Package com.metsci.glimpse.util.geo.projection

Class com.metsci.glimpse.util.geo.projection.TangentPlane extends java.lang.Object implements Serializable

serialVersionUID: -6802219476339525122L

Serialized Fields

_refPointOnUnitSphere

Vector3d _refPointOnUnitSphere

_refLatLon

LatLonGeo _refLatLon

_tangentPointOnPlane

Vector2d _tangentPointOnPlane

_localNorth

Vector3d _localNorth

_localEast

Vector3d _localEast

Package com.metsci.glimpse.util.logging

Class com.metsci.glimpse.util.logging.LoggerUtils.StdOutErrLevel extends java.util.logging.Level implements Serializable

serialVersionUID: 2386782470168630460L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Method to avoid creating duplicate instances when deserializing the object.

Throws:
java.io.ObjectStreamException - If unable to deserialize

Package com.metsci.glimpse.util.units.time

Class com.metsci.glimpse.util.units.time.TimeStamp extends java.lang.Object implements Serializable

serialVersionUID: -2541071763636490805L

Class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64 extends TimeStamp implements Serializable

serialVersionUID: 5473538773507187917L

Serialized Fields

posixMicros

long posixMicros

Class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64 extends TimeStamp implements Serializable

serialVersionUID: 2651020962415316423L

Serialized Fields

posixMillis

long posixMillis

Class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64 extends TimeStamp implements Serializable

serialVersionUID: 4906763034483788418L

Serialized Fields

posixSeconds

double posixSeconds

Package com.metsci.glimpse.util.units.time.format

Class com.metsci.glimpse.util.units.time.format.TimeStampParseException extends java.lang.RuntimeException implements Serializable


Package com.metsci.glimpse.util.vector

Class com.metsci.glimpse.util.vector.Vector2d extends java.lang.Object implements Serializable

serialVersionUID: 7660130239937273594L

Serialized Fields

x

double x

y

double y

Class com.metsci.glimpse.util.vector.Vector3d extends java.lang.Object implements Serializable

serialVersionUID: 7660130239937273594L

Serialized Fields

x

double x

y

double y

z

double z



Copyright © 2012 Metron, Inc.. All Rights Reserved.