Class Polygon
java.lang.Object
com.here.platform.data.client.model.geojson.Polygon
- All Implemented Interfaces:
GeoJson,Geometry,GeometryItem,Serializable,scala.Equals,scala.Product
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.model.geojson.GeoJson
toJson, toPrettyJsonMethods inherited from interface com.here.platform.data.client.model.geojson.Geometry
checkBbox, checkCoordinateMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Polygon
-
-
Method Details
-
type
-
bbox
-
coordinates
public scala.Option<scala.collection.immutable.Seq<scala.collection.immutable.Seq<scala.collection.immutable.Seq<Object>>>> coordinates() -
getType
- Specified by:
getTypein interfaceGeometry- Specified by:
getTypein interfaceGeometryItem- Returns:
- the type of geometry
-
getBbox
- Specified by:
getBboxin interfaceGeometry- Specified by:
getBboxin interfaceGeometryItem- Returns:
- the bounding box of the Polygon geometry
-
getCoordinates
- Specified by:
getCoordinatesin interfaceGeometryItem- Returns:
- the coordinates of the Polygon geometry
-