Uses of Class
com.bbn.openmap.omGraphics.geom.BasicGeometry

Packages that use BasicGeometry
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.dataAccess.image   
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
com.bbn.openmap.geo Package that contains classes to do calculations in lat/lon space. 
com.bbn.openmap.graphicLoader The GraphicLoader package is designed to provide support for components that need to drive changes in OMGraphics over a map. 
com.bbn.openmap.graphicLoader.netmap The netmap plugin package provides the capability to receive output from a NetMap server. 
com.bbn.openmap.gui.time   
com.bbn.openmap.layer.beanbox Provides a sample openmap application that uses the openmap beanbox. 
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
com.bbn.openmap.layer.e00 This package contains a Layer that displays e00 data. 
com.bbn.openmap.layer.link Provide classes to handle the link protocol: a layer that displays link data, classes to assist in writing a link server, and methods that read and write in the link protocol format. 
com.bbn.openmap.layer.location Provides a layer that can display location data - data that represents a location with a graphic and a name. 
com.bbn.openmap.layer.mif This package contains a Layer that displays MapInfo data (.mif files). 
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.omGraphics.geom This package contains the basic foundation classes for OMGraphics, classes that describe the geometry of OMGraphics without any reference to rendering attributes. 
com.bbn.openmap.omGraphics.labeled Provides a simple extension to the OMGraphics, where a text string can be attached to a graphic object. 
com.bbn.openmap.omGraphics.meteo   
com.bbn.openmap.omGraphics.time   
com.bbn.openmap.tools.roads Provides classes to determine routes given a set of roads and intersections. 
 

Uses of BasicGeometry in com.bbn.openmap.dataAccess.dted
 

Subclasses of BasicGeometry in com.bbn.openmap.dataAccess.dted
 class OMDTEDGrid
          The OMDTEDGrid is an extended OMGrid with information about the lat/lons of the corners of the grids, so the generators can use OMScalingRasters for precise alignment.
 

Uses of BasicGeometry in com.bbn.openmap.dataAccess.image
 

Subclasses of BasicGeometry in com.bbn.openmap.dataAccess.image
 class ErrImageTile
          An ErrImageTile is an ImageTile that can't be displayed due to projection incompatibilities or some other problem.
 class ImageTile
          This is an extension to OMRaster that automatically scales itself to match the current projection.
 

Uses of BasicGeometry in com.bbn.openmap.dataAccess.shape
 

Subclasses of BasicGeometry in com.bbn.openmap.dataAccess.shape
 class EsriGraphicList
          EsriGraphicList ensures that only supported geometry types are added to its list.
 class EsriIconPoint
          An extension to OMPoint that typecasts a specific Esri graphic type.
 class EsriPoint
          An extension to OMPoint that typecasts a specific Esri graphic type.
 class EsriPointList
          An EsriGraphicList ensures that only EsriPoints are added to its list.
 class EsriPolygon
          An extension to OMPoly for polygons that typecasts a specific Esri graphic type.
 class EsriPolygonList
          An EsriGraphicList ensures that only EsriPolygons are added to its list.
 class EsriPolygonM
          An extension to OMPoly for polygons that typecasts a specific Esri graphic type.
 class EsriPolygonMList
          An EsriGraphicList ensures that only EsriPolygonMs are added to its list.
 class EsriPolygonZ
          An extension to OMPoly for polygons that typecasts a specific Esri graphic type.
 class EsriPolygonZList
          An EsriGraphicList ensures that only EsriPolygons are added to its list.
 class EsriPolyline
          An extension to OMPoly for polylines that typecasts a specific Esri graphic type.
 class EsriPolylineList
          An EsriGraphicList ensures that only EsriPolygons are added to its list.
 class EsriPolylineM
          An extension to OMPoly for polylines that typecasts a specific Esri graphic type.
 class EsriPolylineMList
          An EsriGraphicList ensures that only EsriPolygonMs are added to its list.
 class EsriPolylineZ
          An extension to OMPoly for polylines that typecasts a specific Esri graphic type.
 class EsriPolylineZList
          An EsriGraphicList ensures that only EsriPolygons are added to its list.
 class EsriTextPoint
          An extension to OMPoint that typecasts a specific Esri graphic type.
 

Uses of BasicGeometry in com.bbn.openmap.geo
 

Subclasses of BasicGeometry in com.bbn.openmap.geo
 class OMGeo
          This is a class (or set of classes) that map GeoExtents to OMGraphics.
static class OMGeo.Line
           
static class OMGeo.Polygon
           
static class OMGeo.Polyline
           
static class OMGeo.Pt
           
 

Uses of BasicGeometry in com.bbn.openmap.graphicLoader
 

Subclasses of BasicGeometry in com.bbn.openmap.graphicLoader
 class GLPoint
          A GLPoint is a location on the map.
 class PathGLPoint
          The PathGLPoint is a GLPoint that follows a certain path, as opposed to just wandering around randomly.
 

Uses of BasicGeometry in com.bbn.openmap.graphicLoader.netmap
 

Subclasses of BasicGeometry in com.bbn.openmap.graphicLoader.netmap
 class Line
          Object that represents a NetMap link on the map.
 class Node
          Object that represents a NetMap node on the map.
 

Uses of BasicGeometry in com.bbn.openmap.gui.time
 

Subclasses of BasicGeometry in com.bbn.openmap.gui.time
static class TimelineLayer.CurrentTimeMarker
           
 class TimelineLayer.EventMarkerLine
           
static class TimelineLayer.PlayFilter
           
static class TimelineLayer.SelectionArea
           
static class TimelineLayer.SelectionArea.PlayFilterSection
           
static class TimelineLayer.SelectionArea.PostTime
           
static class TimelineLayer.SelectionArea.PreTime
           
static class TimelineLayer.SelectionArea.RatingArea
           
static class TimelineLayer.TimeHashMarks
           
static class TimelineLayer.TimeHashMarks.Days
           
static class TimelineLayer.TimeHashMarks.Hours
           
static class TimelineLayer.TimeHashMarks.Minutes
           
static class TimelineLayer.TimeHashMarks.Seconds
           
static class TimelineLayer.TimeHashMarks.Years
           
static class TimeSliderLayer.TimeDrape
           
 

Uses of BasicGeometry in com.bbn.openmap.layer.beanbox
 

Subclasses of BasicGeometry in com.bbn.openmap.layer.beanbox
 class ContainerGraphic
          A custom graphic class for representing objects of type SimpleBeanContaineras a rectangular box.
 class CustomGraphic
          A custom graphic class for representing SimpleBeanObject beans on the map.
 

Uses of BasicGeometry in com.bbn.openmap.layer.dted
 

Subclasses of BasicGeometry in com.bbn.openmap.layer.dted
 class DTEDCoverageManager
          A DTEDCoverageManager knows how to look at DTED data and figure out what coverage is available.
 

Uses of BasicGeometry in com.bbn.openmap.layer.e00
 

Subclasses of BasicGeometry in com.bbn.openmap.layer.e00
 class TX7
          Description of the Class that displays a String along a polygon or a polyline defined by lat lon points.
 

Uses of BasicGeometry in com.bbn.openmap.layer.link
 

Subclasses of BasicGeometry in com.bbn.openmap.layer.link
 class LinkOMGraphicList
          This class extends the OMGraphicList by allowing searches on the AppObject contained by the OMGraphics on the list.
 

Uses of BasicGeometry in com.bbn.openmap.layer.location
 

Subclasses of BasicGeometry in com.bbn.openmap.layer.location
 class BasicLocation
          A BasicLocation the standard Location - dot for the marker, text to the right of the dot.
 class ByteRasterLocation
          A Location that takes a byte array and creates a Raster for a Location marker.
 class Link
          A Link is a relationship between Locations, represented as a line between them.
 class Location
          A Location is a place.
 class URLRasterLocation
          A Location that takes an URL for an image and creates a Raster for a Location marker.
 

Uses of BasicGeometry in com.bbn.openmap.layer.mif
 

Subclasses of BasicGeometry in com.bbn.openmap.layer.mif
 class MIFPoint
          Extension of OMPoint to provide basic support to ensure that the screen will not become cluttered This extension of OMPoint defines a property visibleScale.
 class MIFText
          Extension of OMText to provide basic support to ensure that the screen will not become cluttered This extension of OMText defines a property visibleScale.
 class OMSubtraction
          Defines a Region of a MIF file where when one region encloses another the enclosed region is subtracted from the enclosing region in order to create a hole Computationally this can be expensive to do on a complex layout like a streetmap of city
 

Uses of BasicGeometry in com.bbn.openmap.layer.rpf
 

Subclasses of BasicGeometry in com.bbn.openmap.layer.rpf
 class RpfCoverage
          This is a tool that provides coverage information on the Rpf data.
static class RpfCoverage.RpfCoverageControl
           
 

Uses of BasicGeometry in com.bbn.openmap.layer.vpf
 

Subclasses of BasicGeometry in com.bbn.openmap.layer.vpf
 class FeatureCacheGraphicList
          The FeatureCacheGraphicList is an extended OMGraphicList that knows what types of VPF features it holds.
static class FeatureCacheGraphicList.AREA
           
static class FeatureCacheGraphicList.DEFAULT
           
static class FeatureCacheGraphicList.EDGE
           
static class FeatureCacheGraphicList.POINT
           
static class FeatureCacheGraphicList.TEXT
           
 

Uses of BasicGeometry in com.bbn.openmap.omGraphics
 

Subclasses of BasicGeometry in com.bbn.openmap.omGraphics
 class GrabPoint
          A GrabPoint is used by editable graphics to show a location that can be adjusted.
 class HorizontalGrabPoint
          A GrabPoint that can only move in the horizontal direction.
 class OffsetGrabPoint
          An OffsetGrabPoint is one that manages other grab points.
 class OMAbstractLine
          The abstract base class of OMPoly and OMLine.
 class OMArc
          Graphic object that represents an arc.
 class OMAreaList
          This class encapsulates a list of OMGeometries that are connected to form one area.
 class OMBitmap
          The OMBitmap lets you create a two color image.
 class OMCircle
          Graphic object that represents a circle or an ellipse.
 class OMDecoratedSpline
          A decorated splined OMPoly.
 class OMDistance
          OMGraphic object that represents a polyline, labeled with distances.
 class OMEllipse
          The OMEllipse is a lat/lon ellipse, made up of a center lat/lon point, and some length described for the x and y axis.
 class OMGeometryList
          This class encapsulates a List of OMGeometries.
 class OMGraphicAdapter
          Used to be the base class of OpenMap graphics, but now inherits from BasicGeometry, which now contains all the information about the geometry of the OMGraphic.
 class OMGraphicHash
          This is an OMGraphicsList sub-class with a Map interface.
 class OMGraphicList
          This class encapsulates a List of OMGraphics.
 class OMGrid
          An OMGrid object is a two-dimensional container object for data.
 class OMLine
          Graphic object that represents a simple line.
 class OMList<T extends OMGeometry>
          This class encapsulates a List of OMGraphics.
 class OMPoint
          A OMPoint is used to mark a specific point.
static class OMPoint.Image
           
 class OMPoly
          Graphic object that represents a polygon or polyline (multi-line-segment-object).
 class OMRangeRings
          An object that manages a series of range circles.
 class OMRaster
          The OMRaster object lets you create multi-colored images.
 class OMRasterObject
          The OMRasterObject is the parent class for OMRaster and OMBitmap objects.
 class OMRect
          Graphic type that lets you draw four-sided polygons that have corners that share coordinates or window points.
 class OMScalingIcon
          This is an extension to OMScalingRaster that scales an icon.
 class OMScalingRaster
          This is an extension to OMRaster that automatically scales itelf to match the current projection.
 class OMShape
          The OMShape object is an OMGraphic intended to be used with non-GeoProj projections, defining projected map object to be modified for different views.
static class OMShape.PROJECTED
          This is a subclass that uses the provided shape as the generated shape.
 class OMSpline
          A splined OMPoly.
 class OMText
          The OMText graphic type lets you put text on the screen.
 class OMTextLabeler
          A default implementation of OMLabeler that extends from OMText.
 class OMWarpingImage
          An OMGraphic that wraps an ImageWarp object to display the resulting OMRaster, in any projection.
 class SinkGraphic
          This graphic is a Sink.
 class VerticalGrabPoint
          A GrabPoint that can only move in the vertical direction.
 

Uses of BasicGeometry in com.bbn.openmap.omGraphics.geom
 

Subclasses of BasicGeometry in com.bbn.openmap.omGraphics.geom
 class PolygonGeometry
          Graphic object that represents a polygon.
static class PolygonGeometry.LL
           
static class PolygonGeometry.Offset
           
static class PolygonGeometry.XY
           
 class PolylineGeometry
          Graphic object that represents a polygon.
static class PolylineGeometry.LL
           
static class PolylineGeometry.Offset
           
static class PolylineGeometry.XY
           
 

Uses of BasicGeometry in com.bbn.openmap.omGraphics.labeled
 

Subclasses of BasicGeometry in com.bbn.openmap.omGraphics.labeled
 class LabeledOMPoly
          This is an OMPoly that has been extended to manage a text label.
 class LabeledOMSpline
          LabeledOMSpline Copied from LabeledOMPoly, because both OMSpline and LabeledOMPoly inherits from OMPoly
 

Uses of BasicGeometry in com.bbn.openmap.omGraphics.meteo
 

Subclasses of BasicGeometry in com.bbn.openmap.omGraphics.meteo
 class OMColdSurfaceFront
          OMColdSurfaceFront.
 class OMHotSurfaceFront
          OMHotSurfaceFront Just need to init the decorations.
 class OMOcclusion
          OMOcclusion Just need to init the decorations.
 

Uses of BasicGeometry in com.bbn.openmap.omGraphics.time
 

Subclasses of BasicGeometry in com.bbn.openmap.omGraphics.time
 class TemporalOMGraphicList
          A TemporalOMGeometryList object contains OMGeometries that change over time.
 class TemporalOMPoint
          A ScenarioPoint is a ScenarioGraphic representing an object on the map.
 class TemporalOMScalingIcon
           
 

Uses of BasicGeometry in com.bbn.openmap.tools.roads
 

Subclasses of BasicGeometry in com.bbn.openmap.tools.roads
 class Intersection.Graphic
          Inner class for the visual representation of an Intersection.
protected  class RoadFinder.BlueLine
          a blue line to indicate the found route
protected  class RoadFinder.RedPoint
          a red point for displaying when we can't find a route between two points
protected  class RoadFinder.YellowLine
          a yellow line for display routes between intersections
protected  class RoadFinder.YellowPoint
          a yellow point for displaying intersections
 class RoadLine.Graphic
           
 class RoadPoint.Graphic
           
 class Waypoint.Graphic
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details