- PathLayer - Class in org.oscim.layers.vector
-
This class draws a path line in given color or texture.
- PathLayer(Map, Style) - Constructor for class org.oscim.layers.vector.PathLayer
-
- PathLayer(Map, int, float) - Constructor for class org.oscim.layers.vector.PathLayer
-
- PathLayer(Map, int) - Constructor for class org.oscim.layers.vector.PathLayer
-
- point(double, double) - Method in class org.oscim.utils.geom.GeomBuilder
-
Adds a 2d point to the coordinate stack.
- point() - Method in class org.oscim.utils.geom.GeomBuilder
-
Creates a Point from the last point on the coordinate stack, and places
the result
on the geometry stack.
- PointDrawable - Class in org.oscim.layers.vector.geometries
-
Use this class to draw points and circles which size has to be specified in
screen units.
- PointDrawable(GeoPoint) - Constructor for class org.oscim.layers.vector.geometries.PointDrawable
-
- PointDrawable(GeoPoint, Style) - Constructor for class org.oscim.layers.vector.geometries.PointDrawable
-
- PointDrawable(double, double, Style) - Constructor for class org.oscim.layers.vector.geometries.PointDrawable
-
- points(double...) - Method in class org.oscim.utils.geom.GeomBuilder
-
Adds an array of 2d points to the coordinate stack.
- pointsz(double...) - Method in class org.oscim.utils.geom.GeomBuilder
-
Adds an array of 3d points to the coordinate stack.
- pointz(double, double, double) - Method in class org.oscim.utils.geom.GeomBuilder
-
Adds a 3d point to the coordinate stack.
- polygon() - Method in class org.oscim.utils.geom.GeomBuilder
-
Creates a Polygon from all LinearRings on the geometry stack and places
the result back
on the geometry stack.
- PolygonDrawable - Class in org.oscim.layers.vector.geometries
-
Predefined class to draw polygons on the map.
- PolygonDrawable(Geometry, Style) - Constructor for class org.oscim.layers.vector.geometries.PolygonDrawable
-
Creates a polygon using a JTS geometry and a FillableGeometryStyle
- PolygonDrawable(List<GeoPoint>) - Constructor for class org.oscim.layers.vector.geometries.PolygonDrawable
-
Creates a polygon using the coordinates provided in the List
- PolygonDrawable(Style, GeoPoint...) - Constructor for class org.oscim.layers.vector.geometries.PolygonDrawable
-
Create a polygon given the array of GeoPoints and a FillableGeometryStyle
- PolygonDrawable(List<GeoPoint>, Style) - Constructor for class org.oscim.layers.vector.geometries.PolygonDrawable
-
- PolygonDrawable(GeoPoint[], GeoPoint[], float, int, int, float) - Constructor for class org.oscim.layers.vector.geometries.PolygonDrawable
-
Create a polygon given the array of GeoPoints for the boundary, the array
of GeoPoints for the hole and outline and fill color and alpha
- PolygonDrawable(List<GeoPoint>, List<GeoPoint>, float, int, int, float) - Constructor for class org.oscim.layers.vector.geometries.PolygonDrawable
-
Create a polygon using the Coordinates provided in the first List, with a
hole build from the Coordinates in the second List and outline and fill -
color and alpha
- PolygonDrawable(List<GeoPoint>, List<GeoPoint>, Style) - Constructor for class org.oscim.layers.vector.geometries.PolygonDrawable
-
Creates a polygon from a List of coordinates in the first List, with a
hole from coordinates in the second List and requires a
FillableGeometryStyle for the color information
- processFeatures(AbstractVectorLayer.Task, Box) - Method in class org.oscim.layers.vector.VectorLayer
-