Class RestPolygon
java.lang.Object
de.dlr.proseo.geotools.rest.model.RestPolygon
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe corner points (latitude/longitude pairs) defining the polygon(package private) static final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new RestPolygon.RestPolygon(List<RestPoint> points) Creates a new RestPolygon. -
Method Summary
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
points
The corner points (latitude/longitude pairs) defining the polygon
-
-
Constructor Details
-
RestPolygon
public RestPolygon()Creates a new RestPolygon. -
RestPolygon
Creates a new RestPolygon.
-
-
Method Details