Package | Description |
---|---|
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.geometry | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
void |
AutoCompleteHandler.onAutoCompleteComplete(com.google.gwt.core.client.JsArray<Polygon> polygons) |
Modifier and Type | Method and Description |
---|---|
Polygon |
Polygon.addRing(Ring ring)
Adds a ring to the Polygon.
|
static Polygon |
Polygon.create(com.google.gwt.core.client.JavaScriptObject json)
Creates a new Polygon object using a JSON object.
|
static Polygon |
Polygon.create(SpatialReference sr)
Creates a new Polygon object.
|
Polygon |
Polygon.insertPoint(int pathIndex,
int pointIndex,
Point point)
Inserts a new point into a polygon.
|
Polygon |
Polygon.setPoint(int pathIndex,
int pointIndex,
Point point)
Updates a point in a polygon.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Extent.intersects(Polygon polygon)
Returns true if the input geometry intersects this extent.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<Polygon> |
ServiceAreaSolveResult.getPolygonBarriers()
The polygon barriers are an array of polygons.
|
com.google.gwt.core.client.JsArray<Polygon> |
ClosestFacilitySolveResult.getPolygonBarriers()
he polygon barriers are an array of polygons.
|
com.google.gwt.core.client.JsArray<Polygon> |
ServiceAreaSolveResult.getServiceAreaPolygons()
Array of service area polygons.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
GeometryService.autoComplete(Polygon[] polygons,
Polyline[] polylines)
The Auto Complete operation is performed on a geometry service resource.
|
Deferred |
GeometryService.autoComplete(Polygon[] polygons,
Polyline[] polylines,
AutoCompleteCallback callback)
The Auto Complete operation is performed on a geometry service resource.
|