-
- All Implemented Interfaces:
public class ShapeClass describing a generic shape Copyright reserved by telenav 2021.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumShape.TypeThe type of shape
public classShape.CollectionA container for a group of related shapes
-
Field Summary
Fields Modifier and Type Field Description public final Shape.Typetypepublic final Attributesattributespublic 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)
-
-
-
-