|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GeoObject in com.metsci.glimpse.charts.vector.display |
---|
Classes in com.metsci.glimpse.charts.vector.display with type parameters of type GeoObject | |
---|---|
class |
AnnotationHandler<V extends GeoObject>
This content handler renders text attributes from the GeoObjects. |
class |
BasicSkin<V extends GeoObject>
|
interface |
BasicSkinHelper<V extends GeoObject>
Most of the vector chart classes work on generalized GeoObjects. |
interface |
ContentHandler<V extends GeoObject>
Content handler renders geo objects passed to it. |
class |
DummySkin<V extends GeoObject>
|
class |
PolygonHandler<V extends GeoObject>
This content handler renders GeoObjects by drawing polygons. |
interface |
Skin<V extends GeoObject>
A skin determines how the enc/dnc vector chart is rendered. |
class |
TrackHandler<V extends GeoObject>
This content handler renders GeoObjects by drawing points and lines. |
Uses of GeoObject in com.metsci.glimpse.charts.vector.display.examplesupport |
---|
Classes in com.metsci.glimpse.charts.vector.display.examplesupport with type parameters of type GeoObject | |
---|---|
class |
AttributePanel<V extends GeoObject>
Displays the attributes and vertices of the selected GeoObject. |
class |
ENCDisplayPanel<V extends GeoObject>
Panel to display the GeoObject. |
interface |
MapInfo<V extends GeoObject>
|
class |
ObjectSelectPanel<V extends GeoObject>
Displays a list box listing all the geo objects. |
class |
ResourceBasedMapInfo<V extends GeoObject>
|
class |
SelectedShapeChange<V extends GeoObject>
Simple class to describe the selected shape change |
Uses of GeoObject in com.metsci.glimpse.charts.vector.iteration |
---|
Classes in com.metsci.glimpse.charts.vector.iteration with type parameters of type GeoObject | |
---|---|
class |
GeoAttributeExistanceFilter<V extends GeoObject>
This class will filter for geo objects that have a given attribute |
class |
GeoCompoundFilter<V extends GeoObject>
A filter that combines multiple filters to act as one. |
interface |
GeoFilter<V extends GeoObject>
Simple filter for filtering GeoObjects |
interface |
GeoFilterableRecordList<V extends GeoObject>
|
class |
GeoFilterByFeatureCode<V extends GeoObject>
A filter for filtering geoobjects by feature type |
class |
GeoIntAttributeFilter<V extends GeoObject>
Filters GeoObjects for a given int attribute value against a given comparison value and operator (<, <=, =, >=, >). |
interface |
GeoObjectIterator<V extends GeoObject>
|
interface |
GeoRecordList<V extends GeoObject>
|
class |
GeoRecordListForStream<V extends GeoObject>
An "ArrayList" of GeoObjects with filtering capabilities. |
class |
GeoStreamIterator<V extends GeoObject>
Given single or multiple streams of geo objects, this class will iterate over every GeoObject in those streams. |
interface |
StreamToGeoObjectConverter<V extends GeoObject>
Given a DataInputStream, implementing classes will parse the stream for geoobjects of their underlying type. |
Methods in com.metsci.glimpse.charts.vector.iteration with parameters of type GeoObject | |
---|---|
boolean |
GeoIntAttributeFilter.passGeoFilter(GeoObject geoObject)
|
boolean |
GeoAttributeExistanceFilter.passGeoFilter(GeoObject geoObject)
|
Uses of GeoObject in com.metsci.glimpse.charts.vector.painter |
---|
Classes in com.metsci.glimpse.charts.vector.painter with type parameters of type GeoObject | |
---|---|
class |
EncChartPainter<V extends GeoObject>
Draws encobjects. |
Methods in com.metsci.glimpse.charts.vector.painter with parameters of type GeoObject | |
---|---|
static Polygon |
EncPainterUtils.convertGeoVertexesToPolgon(GeoProjection projection,
GeoObject object)
|
Uses of GeoObject in com.metsci.glimpse.charts.vector.parser |
---|
Classes in com.metsci.glimpse.charts.vector.parser with type parameters of type GeoObject | |
---|---|
interface |
GeoReader<V extends GeoObject>
|
class |
MetsciGeoReader<V extends GeoObject>
|
Uses of GeoObject in com.metsci.glimpse.charts.vector.parser.objects |
---|
Classes in com.metsci.glimpse.charts.vector.parser.objects that implement GeoObject | |
---|---|
class |
DNCObject
Stores all information for a particular DNC feature. |
class |
ENCObject
Stores all information for a particular ENC feature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |