dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
GeoJSONLayerCapabilitiesQuery Class
Describes query operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
public class GeoJSONLayerCapabilitiesQuery :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesQuery>
Inheritance System.Object 🡒 GeoJSONLayerCapabilitiesQuery
Implements System.IEquatable<GeoJSONLayerCapabilitiesQuery>
Constructors
GeoJSONLayerCapabilitiesQuery(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Describes query operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
public GeoJSONLayerCapabilitiesQuery(System.Nullable<bool> SupportsCentroid=null, System.Nullable<bool> SupportsDisjointSpatialRelationship=null, System.Nullable<bool> SupportsDistance=null, System.Nullable<bool> SupportsDistinct=null, System.Nullable<bool> SupportsExtent=null, System.Nullable<bool> SupportsGeometryProperties=null, System.Nullable<bool> SupportsHavingClause=null, System.Nullable<bool> SupportsHistoricMoment=null, System.Nullable<bool> SupportsOrderBy=null, System.Nullable<bool> SupportsPagination=null, System.Nullable<bool> SupportsPercentileStatistics=null, System.Nullable<bool> SupportsQuantization=null, System.Nullable<bool> SupportsQuantizationEditMode=null, System.Nullable<bool> SupportsQueryGeometry=null, System.Nullable<bool> SupportsResultType=null, System.Nullable<bool> SupportsSqlExpression=null, System.Nullable<bool> SupportsStandardizedQueriesOnly=null, System.Nullable<bool> SupportsStatistics=null, System.Nullable<bool> SupportsTrueCurve=null);
Parameters
SupportsCentroid
System.Nullable<System.Boolean>
Indicates if the geometry centroid associated with each polygon feature can be returned.
ArcGIS Maps SDK for JavaScript
SupportsDisjointSpatialRelationship
System.Nullable<System.Boolean>
Indicates if the query operation supports disjoint
spatial relationship.
ArcGIS Maps SDK for JavaScript
SupportsDistance
System.Nullable<System.Boolean>
Indicates if the layer’s query operation supports a buffer distance for input geometries.
ArcGIS Maps SDK for JavaScript
SupportsDistinct
System.Nullable<System.Boolean>
Indicates if the layer supports queries for distinct values based on fields specified in the outFields.
ArcGIS Maps SDK for JavaScript
SupportsExtent
System.Nullable<System.Boolean>
Indicates if the layer’s query response includes the extent of features.
ArcGIS Maps SDK for JavaScript
SupportsGeometryProperties
System.Nullable<System.Boolean>
Indicates if the layer’s query response contains geometry attributes, including shape area and length attributes.
ArcGIS Maps SDK for JavaScript
SupportsHavingClause
System.Nullable<System.Boolean>
Indicates if the layer supports the having clause on the service.
ArcGIS Maps SDK for JavaScript
SupportsHistoricMoment
System.Nullable<System.Boolean>
Indicates if the layer supports historic moment query.
ArcGIS Maps SDK for JavaScript
SupportsOrderBy
System.Nullable<System.Boolean>
Indicates if features returned in the query response can be ordered by one or more fields.
ArcGIS Maps SDK for JavaScript
SupportsPagination
System.Nullable<System.Boolean>
Indicates if the query response supports pagination.
ArcGIS Maps SDK for JavaScript
SupportsPercentileStatistics
System.Nullable<System.Boolean>
Indicates if the layer supports percentile statisticType.
ArcGIS Maps SDK for JavaScript
SupportsQuantization
System.Nullable<System.Boolean>
Indicates if the query operation supports the projection of geometries onto a virtual grid.
ArcGIS Maps SDK for JavaScript
SupportsQuantizationEditMode
System.Nullable<System.Boolean>
Indicates if the query operation supports quantization designed to be used in edit mode (highest resolution at the given spatial reference).
ArcGIS Maps SDK for JavaScript
SupportsQueryGeometry
System.Nullable<System.Boolean>
Indicates if the query response includes the query geometry.
ArcGIS Maps SDK for JavaScript
SupportsResultType
System.Nullable<System.Boolean>
Indicates if the number of features returned by the query operation can be controlled.
ArcGIS Maps SDK for JavaScript
SupportsSqlExpression
System.Nullable<System.Boolean>
Indicates if the query operation supports SQL expressions.
ArcGIS Maps SDK for JavaScript
SupportsStandardizedQueriesOnly
System.Nullable<System.Boolean>
Indicates if the query operation supports using standardized queries.
ArcGIS Maps SDK for JavaScript
SupportsStatistics
System.Nullable<System.Boolean>
Indicates if the layer supports field-based statistical functions.
ArcGIS Maps SDK for JavaScript
SupportsTrueCurve
System.Nullable<System.Boolean>
Properties
GeoJSONLayerCapabilitiesQuery.SupportsCentroid Property
Indicates if the geometry centroid associated with each polygon feature can be returned.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsCentroid { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsDisjointSpatialRelationship Property
Indicates if the query operation supports disjoint
spatial relationship.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsDisjointSpatialRelationship { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsDistance Property
Indicates if the layer’s query operation supports a buffer distance for input geometries.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsDistance { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsDistinct Property
Indicates if the layer supports queries for distinct values based on fields specified in the outFields.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsDistinct { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsExtent Property
Indicates if the layer’s query response includes the extent of features.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsExtent { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsGeometryProperties Property
Indicates if the layer’s query response contains geometry attributes, including shape area and length attributes.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsGeometryProperties { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsHavingClause Property
Indicates if the layer supports the having clause on the service.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsHavingClause { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsHistoricMoment Property
Indicates if the layer supports historic moment query.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsHistoricMoment { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsOrderBy Property
Indicates if features returned in the query response can be ordered by one or more fields.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsOrderBy { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsPagination Property
Indicates if the query response supports pagination.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsPagination { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsPercentileStatistics Property
Indicates if the layer supports percentile statisticType.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsPercentileStatistics { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsQuantization Property
Indicates if the query operation supports the projection of geometries onto a virtual grid.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQuantization { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsQuantizationEditMode Property
Indicates if the query operation supports quantization designed to be used in edit mode (highest resolution at the given spatial reference).
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQuantizationEditMode { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsQueryGeometry Property
Indicates if the query response includes the query geometry.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQueryGeometry { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsResultType Property
Indicates if the number of features returned by the query operation can be controlled.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsResultType { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsSqlExpression Property
Indicates if the query operation supports SQL expressions.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsSqlExpression { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsStandardizedQueriesOnly Property
Indicates if the query operation supports using standardized queries.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsStandardizedQueriesOnly { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsStatistics Property
Indicates if the layer supports field-based statistical functions.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsStatistics { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesQuery.SupportsTrueCurve Property
public System.Nullable<bool> SupportsTrueCurve { get; set; }