org.progeeks.geo
Class GeospatialGraph

java.lang.Object
  extended by com.phoenixst.plexus.DefaultGraph
      extended by org.progeeks.geo.GeospatialGraph
All Implemented Interfaces:
com.phoenixst.plexus.Graph, com.phoenixst.plexus.ObservableGraph, java.io.Serializable

public class GeospatialGraph
extends com.phoenixst.plexus.DefaultGraph

Graph implementation that provides access to geospatial information and geospatially indexed objects.

Version:
$Revision: 1.5 $
Author:
Paul Speed
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.phoenixst.plexus.Graph
com.phoenixst.plexus.Graph.Edge
 
Field Summary
static java.lang.String GEOREF_EDGE
          Edge connecting a geoshape to an object.
static java.lang.String LAYER_EDGE
          Edge connecting a geoshape to its layer.
 
Constructor Summary
GeospatialGraph()
           
 
Method Summary
 
Methods inherited from class com.phoenixst.plexus.DefaultGraph
addEdge, addEdge, addGraphListener, addNode, adjacentNodes, containsEdge, containsNode, createEdge, degree, degree, edgeAdded, edgeAdding, edgeRemoved, edgeRemoving, edges, equals, getAdjacentNode, getEdge, getIncidentEdge, getNode, hashCode, incidentEdges, nodeAdded, nodeAdding, nodeRemoved, nodeRemoving, nodes, removeEdge, removeGraphListener, removeNode, toString, traverser
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LAYER_EDGE

public static final java.lang.String LAYER_EDGE
Edge connecting a geoshape to its layer.

See Also:
Constant Field Values

GEOREF_EDGE

public static final java.lang.String GEOREF_EDGE
Edge connecting a geoshape to an object.

See Also:
Constant Field Values
Constructor Detail

GeospatialGraph

public GeospatialGraph()


Copyright © 2002-2003 Paul Speed. All Rights Reserved.