-
- All Implemented Interfaces:
public 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 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<Location>
coordinates
-
Constructor Summary
Constructors Constructor Description Shape(Shape.Type type, List<Location> coordinates, Attributes attributes)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
Shape
Shape(Shape.Type type, List<Location> coordinates, Attributes attributes)
-
-
-
-