GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImagePointParameters Class
Input parameters used by the ImageryLayer.measurePointOrCentroid()
or imageService.measurePointOrCentroid() methods to perform imagery
point or centroid mensuration.
ArcGIS Maps SDK for JavaScript
public class ImagePointParameters : dymaptic.GeoBlazor.Core.Model.BaseImageMeasureParameters,
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImagePointParameters>
Inheritance System.Object 🡒 dymaptic.GeoBlazor.Core.Model.BaseImageMeasureParameters 🡒 ImagePointParameters
Implements System.IEquatable<ImagePointParameters>
Constructors
ImagePointParameters(MosaicRule, Point, Geometry, Nullable) Constructor
Input parameters used by the ImageryLayer.measurePointOrCentroid()
or imageService.measurePointOrCentroid() methods to perform imagery
point or centroid mensuration.
ArcGIS Maps SDK for JavaScript
public ImagePointParameters(dymaptic.GeoBlazor.Core.Model.MosaicRule? MosaicRule, dymaptic.GeoBlazor.Core.Components.Geometries.Point? PixelSize, dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry=null, System.Nullable<bool> Is3D=null);
Parameters
MosaicRule
dymaptic.GeoBlazor.Core.Model.MosaicRule
Specifies the mosaic rule on how individual images should be mosaicked
when the measure is computed.
ArcGIS Maps SDK for JavaScript
PixelSize
dymaptic.GeoBlazor.Core.Components.Geometries.Point
Specifies the pixel size.
ArcGIS Maps SDK for JavaScript
Geometry
dymaptic.GeoBlazor.Core.Components.Geometries.Geometry
Input geometry to determine a point location or a centroid of a given area.
ArcGIS Maps SDK for JavaScript
Is3D
System.Nullable<System.Boolean>
When true
, this method calculates the z-value for the returned point geometry.
default false
ArcGIS Maps SDK for JavaScript
Properties
ImagePointParameters.Geometry Property
Input geometry to determine a point location or a centroid of a given area.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Geometries.Geometry
ImagePointParameters.Is3D Property
When true
, this method calculates the z-value for the returned point geometry.
default false
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Is3D { get; set; }