- Feature - Class in com.codename1.geoviz
-
Encapsulates a "Feature" from a GEOJSON dataset.
- Feature() - Constructor for class com.codename1.geoviz.Feature
-
- FeatureCollection - Class in com.codename1.geoviz
-
Represents a FeatureCollection from a GEOJSON data set
http://geojson.org/geojson-spec.html#feature-collection-objects
- FeatureCollection() - Constructor for class com.codename1.geoviz.FeatureCollection
-
- FeaturePainter - Class in com.codename1.geoviz
-
A base class that encapsulates the painting for features of a GeoVizComponent.
- FeaturePainter() - Constructor for class com.codename1.geoviz.FeaturePainter
-
- featurePressed(Feature, Coord) - Method in class com.codename1.geoviz.GeoVizComponent
-
Called when a feature is pressed.
- fill(Graphics, Feature) - Method in class com.codename1.geoviz.FeaturePainter
-
Fills the specified feature on the graphics context
- fill(Graphics, Feature, GeneralPath) - Method in class com.codename1.geoviz.FeaturePainter
-
Fills the specified feature on the provided graphics context.
- FromWGS84PathIterator - Class in com.codename1.geoviz
-
A PathIterator that can be used to apply a given projection to the points of
a shape.
- FromWGS84PathIterator(PathIterator, Projection) - Constructor for class com.codename1.geoviz.FromWGS84PathIterator
-