Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.geometry | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
Geometry |
Graphic.getGeometry()
The geometry that defines the graphic.
|
Modifier and Type | Method and Description |
---|---|
static Graphic |
Graphic.create(Geometry geometry,
Symbol symbol)
Creates a new Graphic object.
|
static Graphic |
Graphic.create(Geometry geometry,
Symbol symbol,
Graphic.Attributes attrs,
InfoTemplate infoTemplate)
Creates a new Graphic object.
|
Graphic |
Graphic.setGeometry(Geometry geometry)
Defines the geometry of the graphic.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvexHullHandler.onConvexHullComplete(Geometry geometry) |
void |
DrawEndHandler.onDrawEnd(Geometry geometry) |
void |
ReshapeHandler.onReshapeComplete(Geometry geometry) |
void |
UnionHandler.onUnionComplete(Geometry geometry) |
Modifier and Type | Method and Description |
---|---|
void |
BufferHandler.onBufferComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
void |
CutHandler.onCutComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
void |
DifferenceHandler.onDifferenceComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
void |
GeneralizeHandler.onGeneralizeComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
void |
IntersectHandler.onIntersectComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
void |
LabelPointsHandler.onLabelPointsComplete(com.google.gwt.core.client.JsArray<Geometry> labelPoints) |
void |
OffsetHandler.onOffsetComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
void |
ProjectHandler.onProjectComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
void |
SimplifyHandler.onSimplifyComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
void |
TrimExtendHandler.onTrimExtendComplete(com.google.gwt.core.client.JsArray<Geometry> geometries) |
Modifier and Type | Class and Description |
---|---|
class |
Extent
The minimum and maximum X- and Y- coordinates of a bounding box.
|
class |
Multipoint
An ordered collection of points.
|
class |
Point
A location defined by an X- and Y- coordinate.
|
class |
Polygon
An array of rings where each ring is an array points.
|
class |
Polyline
An array of paths where each path is an array of points.
|
Modifier and Type | Method and Description |
---|---|
static Geometry |
Geometry.fromJson(com.google.gwt.core.client.JavaScriptObject json)
Converts the input JSON object to the appropriate esri.geometry.* object.
|
static Geometry |
Geometry.geographicToWebMercator(Geometry geometry)
Converts geometry from geographic units to Web Mercator units.
|
static Geometry |
Geometry.toMapGeometry(Extent extent,
float width,
float height,
Geometry mapGeometry)
Converts the geometry argument to map coordinates based on the extent, width, and height of the Map.
|
static Geometry |
Geometry.toScreenGeometry(Extent extent,
float width,
float height,
Geometry screenGeometry)
Converts the geometry argument to screen coordinates based on the extent, width, and height of the Map.
|
static Geometry |
Geometry.webMercatorToGeographic(Geometry geometry)
Converts geometry from Web Mercator units to geographic units.
|
Modifier and Type | Method and Description |
---|---|
static Geometry |
Geometry.geographicToWebMercator(Geometry geometry)
Converts geometry from geographic units to Web Mercator units.
|
static java.lang.String |
Geometry.getJsonType(Geometry geometry)
Requests the geometry type name as represented in the ArcGIS REST.
|
static Geometry |
Geometry.toMapGeometry(Extent extent,
float width,
float height,
Geometry mapGeometry)
Converts the geometry argument to map coordinates based on the extent, width, and height of the Map.
|
static Geometry |
Geometry.toScreenGeometry(Extent extent,
float width,
float height,
Geometry screenGeometry)
Converts the geometry argument to screen coordinates based on the extent, width, and height of the Map.
|
static Geometry |
Geometry.webMercatorToGeographic(Geometry geometry)
Converts geometry from Web Mercator units to geographic units.
|
Modifier and Type | Method and Description |
---|---|
Geometry |
Query.getGeometry()
The geometry to apply to the spatial filter.
|
Geometry |
ImageServiceIdentifyParameters.getGeometry() |
Geometry |
IdentifyParameters.getGeometry()
The geometry used to select features during Identify.
|
Geometry |
DataLayer.getGeometry()
The geometry to apply to the spatial filter.
|
Geometry |
DistanceParameters.getGeometry1()
The geometry from which the distance is to measured.
|
Geometry |
DistanceParameters.getGeometry2()
The geometry to which the distance is measured.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<Geometry> |
OffsetParameters.getGeometries()
The array of geomtries to be offset.
|
com.google.gwt.core.client.JsArray<Geometry> |
GeneralizeParameters.getGeometries()
The array of input geometries to generalize.
|
com.google.gwt.core.client.JsArray<Geometry> |
BufferParameters.getGeometries()
The input geometries to buffer.
|
com.google.gwt.core.client.JsArray<Geometry> |
RelationParameters.getGeometries1()
The first array of geometries to compute the relations.
|
com.google.gwt.core.client.JsArray<Geometry> |
RelationParameters.getGeometries2()
The second array of geometries to compute the relations.
|
com.google.gwt.core.client.JsArray<Geometry> |
AreasAndLengthsParameters.getPolygons()
Polygon geometries for which to compute areas and lengths.
|
com.google.gwt.core.client.JsArray<Geometry> |
LengthsParameters.getPolylines()
The array of polylines whose lengths are to be computed.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
GeometryService.convexHull(Geometry[] geometries)
The convexHull operation is performed on a geometry service resource.
|
Deferred |
GeometryService.convexHull(Geometry[] geometries,
ConvexHullCallback callback)
The convexHull operation is performed on a geometry service resource.
|
Deferred |
GeometryService.cut(Geometry[] targetGeometry,
Geometry cutterGeometry)
The cut operation is performed on a geometry service resource.
|
Deferred |
GeometryService.cut(Geometry[] targetGeometry,
Geometry cutterGeometry)
The cut operation is performed on a geometry service resource.
|
Deferred |
GeometryService.cut(Geometry[] targetGeometry,
Geometry cutterGeometry,
CutCallback callback)
The cut operation is performed on a geometry service resource.
|
Deferred |
GeometryService.cut(Geometry[] targetGeometry,
Geometry cutterGeometry,
CutCallback callback)
The cut operation is performed on a geometry service resource.
|
Deferred |
GeometryService.difference(Geometry[] geometries,
Geometry geometry)
The difference operation is performed on a geometry service resource.
|
Deferred |
GeometryService.difference(Geometry[] geometries,
Geometry geometry)
The difference operation is performed on a geometry service resource.
|
Deferred |
GeometryService.difference(Geometry[] geometries,
Geometry geometry,
DifferenceCallback callback)
The difference operation is performed on a geometry service resource.
|
Deferred |
GeometryService.difference(Geometry[] geometries,
Geometry geometry,
DifferenceCallback callback)
The difference operation is performed on a geometry service resource.
|
Deferred |
GeometryService.intersect(Geometry[] geometries,
Geometry geometry)
The intersect operation is performed on a geometry service resource.
|
Deferred |
GeometryService.intersect(Geometry[] geometries,
Geometry geometry)
The intersect operation is performed on a geometry service resource.
|
Deferred |
GeometryService.intersect(Geometry[] geometries,
Geometry geometry,
IntersectCallback callback)
The intersect operation is performed on a geometry service resource.
|
Deferred |
GeometryService.intersect(Geometry[] geometries,
Geometry geometry,
IntersectCallback callback)
The intersect operation is performed on a geometry service resource.
|
Deferred |
GeometryService.labelPoints(Geometry[] polygons)
Calculates an interior point for each polygon specified.
|
Deferred |
GeometryService.labelPoints(Geometry[] polygons,
LabelPointsCallback callback)
Calculates an interior point for each polygon specified.
|
Deferred |
GeometryService.project(Geometry[] geometries,
SpatialReference outSspatialReference)
Projects a set of geometries into a new spatial reference.
|
Deferred |
GeometryService.project(Geometry[] geometries,
SpatialReference outSspatialReference,
ProjectCallback callback)
Projects a set of geometries into a new spatial reference.
|
Deferred |
GeometryService.reshape(Geometry targetGeometry,
Geometry reshaperGeometry)
The reshape operation is performed on a geometry service resource.
|
Deferred |
GeometryService.reshape(Geometry targetGeometry,
Geometry reshaperGeometry,
ReshapeCallback callback)
The reshape operation is performed on a geometry service resource.
|
void |
OffsetParameters.setGeometries(Geometry[] geometries)
Set the geometries parameter.
|
void |
GeneralizeParameters.setGeometries(Geometry[] geometries)
set the geometries parameter.
|
void |
BufferParameters.setGeometries(Geometry[] geometries)
Set the geometries parameter.
|
void |
RelationParameters.setGeometries1(Geometry[] geometries)
Set the geometries1 parameter.
|
void |
RelationParameters.setGeometries2(Geometry[] geometries)
Set the geometries2 parameter.
|
void |
Query.setGeometry(Geometry geometry)
Set the geometry to apply to the spatial filter.
|
void |
ImageServiceIdentifyParameters.setGeometry(Geometry geometry)
Set the geometry parameter.
|
void |
IdentifyParameters.setGeometry(Geometry geometry)
Set the geometry parameter.
|
void |
DataLayer.setGeometry(Geometry geometry)
Set the geometry parameter.
|
void |
DistanceParameters.setGeometry1(Geometry geometry1)
Set the geometry1 parameter.
|
void |
DistanceParameters.setGeometry2(Geometry geometry2)
set the geometry2 parameter.
|
void |
AreasAndLengthsParameters.setPolygons(Geometry[] polygons)
Set the polygons parameter.
|
void |
LengthsParameters.setPolylines(Geometry[] polylines)
Set the polylines parameter.
|
Deferred |
GeometryService.simplify(Geometry[] geometries)
Alters the given geometries to make their definitions topologically legal with respect to their geometry type.
|
Deferred |
GeometryService.simplify(Geometry[] geometries,
SimplifyCallback callback)
Alters the given geometries to make their definitions topologically legal with respect to their geometry type.
|
Deferred |
GeometryService.union(Geometry[] geometries)
The union operation is performed on a geometry service resource.
|
Deferred |
GeometryService.union(Geometry[] geometries,
UnionCallback callback)
The union operation is performed on a geometry service resource.
|