The following tables list the members exposed by GetSamplesParameters.
Name | Description | |
---|---|---|
GetSamplesParameters Constructor | Initializes a new instance of the GetSamplesParameters class. |
Name | Description | |
---|---|---|
MosaicRule | Specifies the mosaic rule defining the image sorting order. Additional filtering may be applied to the where clause and fids. | |
PixelSize | The raster that is visible at the specified pixel size in the mosaic dataset will be used for sampling. If pixel size is not specified, then service's pixel size is used. | |
ReturnFirstValueFirst | Gets or sets a value indicating whether to return all values at a point (subject to the maxMosaicImageCount limit of the image service), or return the first non-NoData value based on current mosaic rule. Default is true. | |
SampleCount | The number of sample locations from the provided path. If neither sampleCount nor sampleDistance is provided, no densification is done for path (polyline) and a default sampleCount (100) is used for area (polygon/envelope). | |
SampleDistance | A fixed distance used to sample points from the provided path. The unit is the same as input geometry. If neither sampleCount nor sampleDistance is provided, no densification is done for path (polyline) and a default sampleCount (100) is used for area (polygon/envelope). |