static IsolineShapeGeometry.Builder |
IsolineShapeGeometry.builder() |
|
IsolineShapeGeometry.Builder |
IsolineShapeGeometry.Builder.polygon(Collection<? extends Collection<? extends Collection<Double>>> polygon) |
A list of Isoline Polygons, for each isoline polygon, it contains polygons of the first linear ring (the
outer ring) and from 2nd item to the last item (the inner rings).
|
IsolineShapeGeometry.Builder |
IsolineShapeGeometry.Builder.polygon(Collection<? extends Collection<Double>>... polygon) |
A list of Isoline Polygons, for each isoline polygon, it contains polygons of the first linear ring (the
outer ring) and from 2nd item to the last item (the inner rings).
|
IsolineShapeGeometry.Builder |
IsolineShapeGeometry.Builder.polylinePolygon(String... polylinePolygon) |
A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains PolylinePolygon of the first
linear ring (the outer ring) and from 2nd item to the last item (the inner rings).
|
IsolineShapeGeometry.Builder |
IsolineShapeGeometry.Builder.polylinePolygon(Collection<String> polylinePolygon) |
A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains PolylinePolygon of the first
linear ring (the outer ring) and from 2nd item to the last item (the inner rings).
|
IsolineShapeGeometry.Builder |
IsolineShapeGeometry.toBuilder() |
|