-
- All Implemented Interfaces:
public final class Shape
Class describing a generic shape Copyright reserved by telenav 2021.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
Shape.Type
The type of shape
public final class
Shape.Collection
A container for a group of related shapes
-
Field Summary
Fields Modifier and Type Field Description public final Shape.Type
type
public final Attributes
attributes
public final List<LatLon>
coordinates
-
Constructor Summary
Constructors Constructor Description Shape(Shape.Type type, Attributes attributes, List<LatLon> coordinates)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
Shape
Shape(Shape.Type type, Attributes attributes, List<LatLon> coordinates)
-
-
-
-