Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.geometry | |
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.restful | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static SpatialReference |
SpatialReference.create(int wkid)
Creates a new SpatialReference object.
|
static SpatialReference |
SpatialReference.create(com.google.gwt.core.client.JavaScriptObject jso)
Creates a new SpatialReference object.
|
static SpatialReference |
SpatialReference.create(java.lang.String wkt)
Creates a new SpatialReference object.
|
SpatialReference |
MapWidget.getSpatialReference()
The spatial reference of the map.
|
Modifier and Type | Method and Description |
---|---|
SpatialReference |
Geometry.getSpatialReference()
Get the spatial reference of the geometry.
|
Modifier and Type | Method and Description |
---|---|
static Point |
Point.create(double[] xy,
SpatialReference sr)
Creates a new Point object using an array containing an x,y coordinate value and a spatial reference.
|
static Extent |
Extent.create(double xmin,
double ymin,
double xmax,
double ymax,
SpatialReference ref)
Creates a new Extent object.
|
static Point |
Point.create(double x,
double y,
SpatialReference sr)
Creates a new Point object using x, y, and a spatial reference.
|
static Polyline |
Polyline.create(SpatialReference sr)
Creates a new Polyline object.
|
static Polygon |
Polygon.create(SpatialReference sr)
Creates a new Polygon object.
|
static Multipoint |
Multipoint.create(SpatialReference sr)
Creates a new Multipoint object.
|
void |
Geometry.setSpatialReference(SpatialReference ref)
Sets the spatial reference.
|
Extent |
Extent.update(double xmin,
double ymin,
double xmax,
double ymax,
SpatialReference ref)
Updates this extent with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
SpatialReference |
ImageParameters.getImageSpatialReference()
Spatial reference of exported map.
|
SpatialReference |
TileInfo.getSpatialReference()
The spatial reference of the tiling schema.
|
SpatialReference |
TiledMapServiceLayer.getSpatialReference()
The spatial reference of the map service.
|
SpatialReference |
QueryDataSource.getSpatialReference()
The spatial reference for the data source.
|
SpatialReference |
DynamicMapServiceLayer.getSpatialReference()
The spatial reference of the map service.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageParameters.setImageSpatialReference(SpatialReference spatialReference) |
void |
KMLLayer.Options.setOutSR(SpatialReference outSR)
Set the outSR parameter.
|
void |
QueryDataSource.setSpatialReference(SpatialReference spatialReference)
Set the spatial reference.
|
Modifier and Type | Method and Description |
---|---|
SpatialReference |
RestfulServicesDirectory.getSpatialReference() |
Modifier and Type | Method and Description |
---|---|
SpatialReference |
BufferParameters.getBufferSpatialRefernce()
The spatial reference in which the geometries are buffered.
|
SpatialReference |
Geoprocessor.getOutputSpatialReference()
Deprecated.
- Use outSpatialReference instead.
|
SpatialReference |
ServiceAreaParameters.getOutSpatialReference()
The well-known ID of the spatial reference for the geometries returned with the analysis results.
|
SpatialReference |
RouteParameters.getOutSpatialReference()
The well-known ID of the spatial reference for the geometries returned with the analysis results.
|
SpatialReference |
Query.getOutSpatialReference()
The spatial reference for the returned geometry.
|
SpatialReference |
Locator.getOutSpatialReference()
The spatial reference of the output geometries.
|
SpatialReference |
Geoprocessor.getOutSpatialReference()
The spatial reference of the output geometries.
|
SpatialReference |
FindParameters.getOutSpatialReference()
The spatial reference of the output geometries.
|
SpatialReference |
ClosestFacilityParameters.getOutSpatialReference()
The well-known id of the spatial reference for the geometries returned with the analysis results.
|
SpatialReference |
BufferParameters.getOutSpatialRefernce()
The spatial reference for the returned geometries.
|
SpatialReference |
Geoprocessor.getProcessSpatialReference()
The spatial reference that the model will use to perform geometry operations.
|
SpatialReference |
IdentifyParameters.getSpatialReference()
The spatial reference of the input and output geometries as well as of the mapExtent.
|
SpatialReference |
FeatureSet.getSpatialReference()
When a FeatureSet is used as input to Geoprocessor, the spatial reference is set to the map's spatial reference by default.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
BufferParameters.setBufferSpatialRefernce(SpatialReference bufferSpatialReference)
Set the bufferSpatialReference parameter.
|
void |
Geoprocessor.setOutputSpatialReference(SpatialReference spatialReference)
Deprecated.
- Use outSpatialReference instead.
|
void |
ServiceAreaParameters.setOutSpatialReference(SpatialReference outSpatialReference)
Set the outSpatialReference parameter.
|
void |
RouteParameters.setOutSpatialReference(SpatialReference outSpatialReference)
Set the outSpatialReference parameter.
|
void |
RelationshipQuery.setOutSpatialReference(SpatialReference outSpatialReference)
Set the spatial reference for the returned geometry
|
void |
Query.setOutSpatialReference(SpatialReference outSpatialReference)
Set the spatial reference for the query.
|
void |
Locator.setOutSpatialReference(SpatialReference outSpatialReference)
Sets the well-known ID of the spatial reference of the output geometries.
|
void |
Geoprocessor.setOutSpatialReference(SpatialReference outSpatialReference)
Set the outSpatialReference parameter.
|
void |
FindParameters.setOutSpatialReference(SpatialReference outSpatialReference)
set the out spatial reference parameter.
|
void |
ClosestFacilityParameters.setOutSpatialReference(SpatialReference outSpatialReference)
Set the out spatial reference.
|
void |
BufferParameters.setOutSpatialRefernce(SpatialReference outSpatialReference)
Set the outSpatialReference parameter.
|
void |
Geoprocessor.setProcessSpatialReference(SpatialReference processSpatialReference)
Set the processSpatialReference parameter.
|
void |
IdentifyParameters.setSpatialReference(SpatialReference spatialReference)
Set the spatialReference parameter.
|
void |
FeatureSet.setSpatialReference(SpatialReference spatialReference)
set the spatial reference parameter.
|