Interface | Description |
---|---|
Feature | |
FeatureSource |
The
FeatureSource interface provides methods
common the all feature sources; the methods allow for
selection of features based on a geographic area, iteration
over the matching features, and information on attributes. |
SelectionRule |
Class | Description |
---|---|
AbstractFeature | |
AbstractFeatureSource |
The
AbstractFeatureSource class supplies default
implementations for some FeatureSource methods. |
AreaRule | |
Attribute | |
AttributeRule<T> |
An
AttributeRule provides a selection mechanism for
features based on the value of one of the attributes. |
BinnedGSHHSLineReader |
The
BinnedGSHHSLineReader class reads Global
Self-consistent Hierarchical High-resolution Shorelines
(GSHHS) border and river data in the binned format provided
with the Generic Mapping Tools (GMT). |
BinnedGSHHSReader |
The binned GSHHS reader class reads Global Self-consistent
Hierarchical High-resolution Shorelines (GSHHS) data from the
binned format provided with the Generic Mapping Tools (GMT).
|
BinnedGSHHSReaderFactory |
A
BinnedGSHHSReaderFactory creates instances of
BinnedGSHHSReader and BinnedGSHHSLineReader
objects based on a resolution requirement. |
ColocatedPointFeatureSource |
The
ColocatedPointFeatureSource class combines the point
features from a source with colocated values from a set of grids. |
DateRule |
A
DateRule provides a selection mechanism for
features based on a date value of one of the attributes. |
ESRIShapefileReader |
The
ESRIShapefileReader class reads geographic
features from ESRI shapefile data and presents the data as an
EarthDataOverlay object. |
FeatureGroupFilter |
A
FeatureGroupFilter filters a set of Feature objects
using a grouping concept. |
GriddedPointGenerator |
A
GriddedPointGenerator creates point features from a
set of co-located Grid objects. |
GSHHSReader | Deprecated
This class has been replaced by
BinnedGSHHSReader which provides better overall performance. |
HDFGSHHSLineReader |
The
HDFGSHHSLineReader extends
BinnedGSHHSLineReader to read data from an HDF binned
data file. |
HDFGSHHSReader |
The
HDFGSHHSReader extends
BinnedGSHHSReader to read data from an HDF binned
data file. |
IQuamNCReader |
The iQuam data reader reads NOAA iQuam (in-situ SST quality monitoring)
system data files and presents the data as point features.
|
LineFeature |
The
LineFeature class holds a list of earth location
data. |
LineFeatureSource |
The
LineFeatureSource class supplies methods that read
or generate vector-specified earth data such as coast lines,
political boundaries, bathymetry, and so on. |
NumberRule |
A
NumberRule provides a selection mechanism for
features based on the numercial value of one of the attributes. |
OpendapGSHHSLineReader |
The
OpendapGSHHSLineReader extends
BinnedGSHHSLineReader to read data from an OPeNDAP-enabled
binned data file. |
OpendapGSHHSReader |
The
OpendapGSHHSReader extends
BinnedGSHHSReader to read data from an OPeNDAP-enabled
binned data file. |
PointFeature | |
PointFeatureSource |
The
PointFeatureSource class supplied and renders
PointFeature data with user-supplied plot symbols. |
PolygonFeature |
The
PolygonFeature class is a LineFeature with
extra properties and rendering algorithms specific to polygons. |
PolygonFeatureSource |
The
PolygonFeatureSource extends the
LineFeatureSource class to render filled polygons as
well as lines. |
SelectionRuleFilter |
A
SelectionRuleFilter is a list of SelectionRule objects
together with an overall rule that determines how to filter a set of
Feature objects. |
TextRule |
A
TextRule provides a selection mechanism for
features based on the string value of one of the attributes. |
TimeWindow |
A
TimeWindow represents a date and window centered around
the date. |
TimeWindowRule |
A
TimeWindowRule provides a selection mechanism for
features based on a date value of one of the attributes and a window
of time around that date. |
TSVectorReader | Deprecated
The functionality of this class has been replaced
by the
BinnedGSHHSLineReader class which provides
better performance for reading and rendering. |
Enum | Description |
---|---|
DateRule.Operator |
The operators for this class of rule.
|
NumberRule.Operator |
The operators for this class of rule.
|
SelectionRuleFilter.FilterMode |
The mode that the filtering is operating under.
|
TextRule.Operator |
The operators for this class of rule.
|
TimeWindowRule.Operator |
The operators for this class of rule.
|