-
- All Implemented Interfaces:
public final 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 final 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<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)
-
-
-
-