public class ImageServiceIdentifyParameters
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static ImageServiceIdentifyParameters |
create()
Creates a new ImageServiceIdentifyParameters object.
|
Geometry |
getGeometry() |
MosaicRule |
getMosaicRule() |
int |
getPixelSizeX() |
int |
getPixelSizeY() |
void |
setGeometry(Geometry geometry)
Set the geometry parameter.
|
void |
setMosaicRule(MosaicRule mosaicRule)
Set the mosaicRule parameter.
|
void |
setPixelSizeX(int pixelSizeX)
Set the pixelSizeX parameter.
|
void |
setPixelSizeY(int pixelSizeY)
Set the pixelSizeY parameter.
|
public static ImageServiceIdentifyParameters create()
public final void setGeometry(Geometry geometry)
geometry
- - Input geometry that defines the location to be identified. The location can be a point or a polygon.public final Geometry getGeometry()
public final void setMosaicRule(MosaicRule mosaicRule)
mosaicRule
- - Specifies the mosaic rules defining the image sorting order. When a mosaic rule is not specified,
METHOD_CENTER is used.public final MosaicRule getMosaicRule()
public final void setPixelSizeX(int pixelSizeX)
pixelSizeX
- - The pixel level being identified (or the resolution being looked at) on the x-axis. If not specified,
it will default to the base resolution of the dataset.public final int getPixelSizeX()
public final void setPixelSizeY(int pixelSizeY)
pixelSizeY
- - The pixel level being identified (or the resolution being looked at) on the y-axis. If not specified,
it will default to the base resolution of the dataset.public final int getPixelSizeY()