Module contract

Shared client contract — canonical types and source factories that all protocol adapters speak. Re-exported from @honua/sdk-js/contract.

The runtime classes in src/core/surfaces.ts remain the implementation; this module is the protocol-neutral vocabulary layered over them. See docs/shared-client-contract.md for the full design and docs/protocol-capability-matrix.md for per-protocol capability coverage.

import { createDataset, PROTOCOL_DEFAULT_CAPABILITIES } from "@honua/sdk-js/contract";
import { HonuaClient } from "@honua/sdk-js/honua";

const client = new HonuaClient({ baseUrl: "https://your-honua-server.example" });

const dataset = createDataset({
id: "ops",
client,
sources: [
{
id: "incidents",
protocol: "geoservices-feature-service",
locator: { url: "https://your-honua-server.example", serviceId: "incidents", layerId: 0 },
capabilities: PROTOCOL_DEFAULT_CAPABILITIES["geoservices-feature-service"],
},
{
id: "imagery",
protocol: "stac",
locator: { url: "https://your-honua-server.example/stac" },
capabilities: PROTOCOL_DEFAULT_CAPABILITIES.stac,
},
],
});

const incidents = await dataset.source("incidents")!.queryAll({ where: "STATUS = 'OPEN'" });
const scenes = await dataset.source("imagery")!.query({ where: "collections IN ('landsat-c2-l2')" });

References

AdapterFor AdapterKind AdapterTypeMap AggregationFn AggregationHistogramBucketAliases AggregationHistogramBucketSpec AggregationMetric AggregationSpec AggregationTimeIntervalSpec AggregationTimeIntervalUnit AggregationTimeSeriesAliases AggregationTimeSeriesSpec ALL_CAPABILITIES ANALYTICS_SOURCE_SCHEMA_VERSION AnalyticsIndexCoverageDescriptor AnalyticsIndexCoverageKind AnalyticsIndexDescriptor AnalyticsIndexHierarchy AnalyticsSourceCacheIdentity AnalyticsSourceCacheKeyOptions AnalyticsSourceCachePolicy AnalyticsSourceCapabilityMetadata analyticsSourceDegradedReason AnalyticsSourceDescriptor AnalyticsSourceDescriptorBase AnalyticsSourceFallbackMode AnalyticsSourceFallbackPolicy analyticsSourceId AnalyticsSourceKind AnalyticsSourceProtocolEscapeHatch AnalyticsSourcePushdownAssessment AnalyticsSourcePushdownCapability AnalyticsSourceRelationDescriptor AnalyticsSourceSchemaVersion AnalyticsSourceSqlDescriptor AnalyticsSourceTilesetDescriptor AnalyticsWarehouseProvider assertFeatureServerH3SpatialAggregationRequest assertValidSpatialAggregationRequest assertValidTemporalRollbackPlanRequest assessAnalyticsSourcePushdown AttachmentAdd AttachmentApi AttachmentDelete AttachmentEditOutcome AttachmentGroup AttachmentInfo AttachmentQuery AttachmentUpdate buildAnalyticsSourceCacheKey buildQueryTileCacheKey buildQueryTileFeatureDetailQuery buildQueryTileServerPath buildQueryTileServerUrl CanonicalFeature capabilities Capabilities CAPABILITIES Capability CapabilityPolicy createDataset CreateDatasetOptions createDiscoveryCacheIdentity createEditSession CreateEditSessionOptions createEditSketchWorkflow createTemporalClient createWidgetSource Dataset DatasetId defineIndexedSpatialSource defineQueryTileSource DefineQueryTileSourceOptions defineWarehouseQuerySource defineWarehouseTableSource defineWarehouseTilesetSource DegradedReason DiscoveryCacheIdentityOptions DiscoveryCapabilityEvidence DiscoveryCapabilityPolicy DiscoveryCapabilityResolution EditAnnotationPersistenceHook EditAnnotationPersistenceSnapshot EditAnnotationPersistenceState EditAttachmentMutation EditAttachmentMutationOutcome EditEnvelope EditFieldDomain EditFieldDomainCodedValue EditOutcome EditResult EditSketchCapabilityState EditSketchStatus EditSketchTool EditSketchToolCapability EditSketchToolCapabilityInput EditSketchUndoSnapshot EditSketchWorkflowModel EditSketchWorkflowOptions EditSketchWorkflowSnapshot EditWorkflowCapabilityState EditWorkflowCapabilitySummary EditWorkflowConflictInfo EditWorkflowConflictState EditWorkflowFailure EditWorkflowFailureKind EditWorkflowField EditWorkflowKind EditWorkflowMetadata EditWorkflowMetadataOptions EditWorkflowOperation EditWorkflowOptimisticHooks EditWorkflowRelationship EditWorkflowSession EditWorkflowSnapshot EditWorkflowStatus EditWorkflowSubmitResult EditWorkflowValidationError EditWorkflowValidationResult FEATURE_SERVER_H3_SPATIAL_AGGREGATION_INDEX_MODEL_ID FeatureId FIRST_PARTY_PROTOCOLS geoServicesFeatureSource geoServicesGeometryServiceSource geoServicesGPServiceSource geoServicesImageSource geoServicesMapServiceSource HonuaDiscoveryError HonuaDiscoveryErrorCode HonuaJobPollTimeoutError IJobRun IndexedSpatialSourceDescriptor inspectDiscoveredSource intersectCapabilities isAnalyticsSourceDescriptor isJobTerminal isReadOnlyTemporalHistory isSpatialAggregationComplete JobError JobProgress JobResult JobResultsOptions JobSnapshot JobSnapshotListener JobStatus loadQueryTileFeatureDetail MapBinding mapQueryTileFeatureIdentity normalizeAnalyticsSourceDescriptor normalizeDiscoveryEndpoint normalizeEditWorkflowFailures NormalizeEditWorkflowFailuresOptions normalizeQueryTileKey normalizeQueryTileSourceDescriptor odataSource ogcFeaturesSource ogcMapsSource ogcRecordsSource ogcTilesSource PaginationSpec parseQueryTileFeatureDetailResponse parseQueryTileJson parseQueryTileServerErrorResponse Protocol PROTOCOL_DEFAULT_CAPABILITIES PROTOCOLS Query QUERY_TILE_SERVER_CONTRACT_VERSION QUERY_TILE_SERVER_FEATURE_DETAIL_ROUTE_TEMPLATE QUERY_TILE_SERVER_RESPONSE_HEADERS QUERY_TILE_SERVER_ROUTE_PREFIX QUERY_TILE_SERVER_SOURCE_ROUTE_TEMPLATE QUERY_TILE_SERVER_TILE_ROUTE_TEMPLATE QUERY_TILE_SERVER_TILEJSON_ROUTE_TEMPLATE QueryTileCacheIdentityDescriptor QueryTileCacheKeyOptions QueryTileCachePolicy QueryTileEndpointDescriptor QueryTileExtentDescriptor QueryTileFallbackMode QueryTileFallbackPolicy QueryTileFeatureDetailOptions QueryTileFeatureDetailResponse QueryTileFeatureIdentityContext QueryTileFeatureIdentityDescriptor QueryTileFeatureIdentityMapper QueryTileFeatureIdentityTarget QueryTileFormat QueryTileJson QueryTileJsonVectorLayer QueryTileKey QueryTileKeyInput queryTileKeyString QueryTileProjectionDescriptor QueryTileScheme QueryTileServerCachePolicyDescriptor QueryTileServerCacheValidators QueryTileServerContractFixture QueryTileServerDegradation QueryTileServerDegradationCode QueryTileServerDegradationSeverity QueryTileServerError QueryTileServerErrorCode QueryTileServerErrorResponse QueryTileServerFeatureIdentityDescriptor QueryTileServerLimitDescriptor QueryTileServerRequestParameters queryTileServerRequestParamsFromDescriptor QueryTileServerRouteKind QueryTileServerRouteOptions QueryTileServerTileJsonMetadata QueryTileSourceDescriptor QueryTileSpatialReference QueryTileSpatialReferenceDescriptor RelatedGroup RelatedQuery RelatedResult resolveDiscoveryCapabilities ResolveSourceContext resolveSpatialAggregationWidgetSummary Result SortSpec Source SourceAnalyticsCapabilities SourceDescriptor SourceFreshnessContract SourceHistogramCapabilityMetadata SourceId SourceLocator SourceResolver SourceSchema SourceTimeSeriesCapabilityMetadata SPATIAL_AGGREGATION_CAPABILITY SPATIAL_AGGREGATION_METADATA_SCHEMA_VERSION SPATIAL_AGGREGATION_SCHEMA_VERSION SpatialAggregationCacheMetadata SpatialAggregationCategoryBucket SpatialAggregationCategorySummarySpec SpatialAggregationCategoryValue SpatialAggregationCell SpatialAggregationCellGeometry SpatialAggregationContractFixture SpatialAggregationCountSummarySpec SpatialAggregationCountValue SpatialAggregationDomainValue SpatialAggregationGroupByMetadata SpatialAggregationGroupBySpec SpatialAggregationGroupedSummary SpatialAggregationHistogramBucket SpatialAggregationHistogramSummarySpec SpatialAggregationHistogramValue SpatialAggregationInclude SpatialAggregationIndexCoverageMetadata SpatialAggregationIndexModelMetadata SpatialAggregationIndexSelection SpatialAggregationIndexState SpatialAggregationMetadata SpatialAggregationMetricKind SpatialAggregationMetricSummarySpec SpatialAggregationMetricValue SpatialAggregationPageInfo SpatialAggregationPageRequest spatialAggregationProgress SpatialAggregationProgressiveState SpatialAggregationProgressRefinement SpatialAggregationProgressStatus SpatialAggregationRangeBucketSpec SpatialAggregationRangeBucketValue SpatialAggregationRangeSummarySpec SpatialAggregationRangeValue SpatialAggregationRequest SpatialAggregationResolutionInput SpatialAggregationResult SpatialAggregationSummaryBag SpatialAggregationSummaryBase SpatialAggregationSummaryKind spatialAggregationSummaryKindRequiresField spatialAggregationSummaryKindSupportedByFeatureServerH3 SpatialAggregationSummaryMetadata SpatialAggregationSummarySpec SpatialAggregationSummaryValue SpatialAggregationValidationIssue SpatialAggregationValueType SpatialAggregationViewport SpatialAggregationWidgetKind SpatialAggregationWidgetMetadata spatialAggregationWidgets stableJson stacSearchSource TEMPORAL_CAPABILITY TEMPORAL_ROUTE_PREFIX TEMPORAL_ROUTES TEMPORAL_SCHEMA_VERSION TemporalAsOfRequest TemporalAttributeChange TemporalChangeSet TemporalChangeSetOperationKind TemporalCheckpoint TemporalClient TemporalClientCallOptions TemporalContractFixture TemporalCursor TemporalCursorType TemporalDiff TemporalDiffRequest TemporalDiffStatus TemporalDiffSummary TemporalError TemporalErrorCode TemporalFeatureChangeType TemporalFeatureDiff TemporalFeatureTimeline TemporalFeatureTimelineRequest TemporalFilter TemporalGeometryChange TemporalHistoryModel TemporalJobRef TemporalMode temporalModeSupports TemporalRequestClient TemporalRevision TemporalRevisionOperation TemporalRiskLevel TemporalRollbackExecuteRequest TemporalRollbackMode TemporalRollbackOperation TemporalRollbackPlan TemporalRollbackPlanRequest TemporalRollbackScope TemporalRollbackStatus TemporalSourceCapability TemporalValidationIssue unionCapabilities validateFeatureServerH3SpatialAggregationRequest validateSpatialAggregationRequest validateTemporalRollbackPlanRequest WarehouseQuerySourceDescriptor WarehouseTableSourceDescriptor WarehouseTilesetSourceDescriptor wfsSource WIDGET_SOURCE_SCHEMA_VERSION WidgetCategoriesRequest WidgetCategoriesResult WidgetCategoryBucket WidgetCountRequest WidgetCountResult WidgetFormulaRequest WidgetFormulaResult WidgetHistogramBin WidgetHistogramRequest WidgetHistogramResult WidgetRangeRequest WidgetRangeResult widgetSource WidgetSource WidgetSourceCacheHints WidgetSourceCacheMetadata WidgetSourceExecutionMode WidgetSourceFilterClause WidgetSourceFreshnessContract WidgetSourceModelKind WidgetSourceOptions WidgetSourceOrderBy WidgetSourceProjection WidgetSourceRequestBase WidgetSourceResponseBase WidgetSourceSchemaVersion WidgetSourceValue WidgetTimeSeriesBucket WidgetTimeSeriesInterval WidgetTimeSeriesIntervalUnit WidgetTimeSeriesRequest WidgetTimeSeriesResult WidgetTopValueBucket WidgetTopValuesRequest WidgetTopValuesResult wmsSource wmtsSource

Classes

Interfaces

Type Aliases

Variables

Functions

References

Re-exports AdapterFor
Re-exports AdapterKind
Re-exports AdapterTypeMap
Re-exports AggregationFn
Re-exports AggregationHistogramBucketAliases
Re-exports AggregationHistogramBucketSpec
Re-exports AggregationMetric
Re-exports AggregationSpec
Re-exports AggregationTimeIntervalSpec
Re-exports AggregationTimeIntervalUnit
Re-exports AggregationTimeSeriesAliases
Re-exports AggregationTimeSeriesSpec
Re-exports ALL_CAPABILITIES
Re-exports ANALYTICS_SOURCE_SCHEMA_VERSION
Re-exports AnalyticsIndexCoverageDescriptor
Re-exports AnalyticsIndexCoverageKind
Re-exports AnalyticsIndexDescriptor
Re-exports AnalyticsIndexHierarchy
Re-exports AnalyticsSourceCacheIdentity
Re-exports AnalyticsSourceCacheKeyOptions
Re-exports AnalyticsSourceCachePolicy
Re-exports AnalyticsSourceCapabilityMetadata
Re-exports analyticsSourceDegradedReason
Re-exports AnalyticsSourceDescriptor
Re-exports AnalyticsSourceDescriptorBase
Re-exports AnalyticsSourceFallbackMode
Re-exports AnalyticsSourceFallbackPolicy
Re-exports analyticsSourceId
Re-exports AnalyticsSourceKind
Re-exports AnalyticsSourceProtocolEscapeHatch
Re-exports AnalyticsSourcePushdownAssessment
Re-exports AnalyticsSourcePushdownCapability
Re-exports AnalyticsSourceRelationDescriptor
Re-exports AnalyticsSourceSchemaVersion
Re-exports AnalyticsSourceSqlDescriptor
Re-exports AnalyticsSourceTilesetDescriptor
Re-exports AnalyticsWarehouseProvider
Re-exports assertFeatureServerH3SpatialAggregationRequest
Re-exports assertValidSpatialAggregationRequest
Re-exports assertValidTemporalRollbackPlanRequest
Re-exports assessAnalyticsSourcePushdown
Re-exports AttachmentAdd
Re-exports AttachmentApi
Re-exports AttachmentDelete
Re-exports AttachmentEditOutcome
Re-exports AttachmentGroup
Re-exports AttachmentInfo
Re-exports AttachmentQuery
Re-exports AttachmentUpdate
Re-exports buildAnalyticsSourceCacheKey
Re-exports buildQueryTileCacheKey
Re-exports buildQueryTileFeatureDetailQuery
Re-exports buildQueryTileServerPath
Re-exports buildQueryTileServerUrl
Re-exports CanonicalFeature
Re-exports capabilities
Re-exports Capabilities
Re-exports CAPABILITIES
Re-exports Capability
Re-exports CapabilityPolicy
Re-exports createDataset
Re-exports CreateDatasetOptions
Re-exports createDiscoveryCacheIdentity
Re-exports createEditSession
Re-exports CreateEditSessionOptions
Re-exports createEditSketchWorkflow
Re-exports createTemporalClient
Re-exports createWidgetSource
Re-exports Dataset
Re-exports DatasetId
Re-exports defineIndexedSpatialSource
Re-exports defineQueryTileSource
Re-exports DefineQueryTileSourceOptions
Re-exports defineWarehouseQuerySource
Re-exports defineWarehouseTableSource
Re-exports defineWarehouseTilesetSource
Re-exports DegradedReason
Re-exports DiscoveryCacheIdentityOptions
Re-exports DiscoveryCapabilityEvidence
Re-exports DiscoveryCapabilityPolicy
Re-exports DiscoveryCapabilityResolution
Re-exports EditAnnotationPersistenceHook
Re-exports EditAnnotationPersistenceSnapshot
Re-exports EditAnnotationPersistenceState
Re-exports EditAttachmentMutation
Re-exports EditAttachmentMutationOutcome
Re-exports EditEnvelope
Re-exports EditFieldDomain
Re-exports EditFieldDomainCodedValue
Re-exports EditOutcome
Re-exports EditResult
Re-exports EditSketchCapabilityState
Re-exports EditSketchStatus
Re-exports EditSketchTool
Re-exports EditSketchToolCapability
Re-exports EditSketchToolCapabilityInput
Re-exports EditSketchUndoSnapshot
Re-exports EditSketchWorkflowModel
Re-exports EditSketchWorkflowOptions
Re-exports EditSketchWorkflowSnapshot
Re-exports EditWorkflowCapabilityState
Re-exports EditWorkflowCapabilitySummary
Re-exports EditWorkflowConflictInfo
Re-exports EditWorkflowConflictState
Re-exports EditWorkflowFailure
Re-exports EditWorkflowFailureKind
Re-exports EditWorkflowField
Re-exports EditWorkflowKind
Re-exports EditWorkflowMetadata
Re-exports EditWorkflowMetadataOptions
Re-exports EditWorkflowOperation
Re-exports EditWorkflowOptimisticHooks
Re-exports EditWorkflowRelationship
Re-exports EditWorkflowSession
Re-exports EditWorkflowSnapshot
Re-exports EditWorkflowStatus
Re-exports EditWorkflowSubmitResult
Re-exports EditWorkflowValidationError
Re-exports EditWorkflowValidationResult
Re-exports FEATURE_SERVER_H3_SPATIAL_AGGREGATION_INDEX_MODEL_ID
Re-exports FeatureId
Re-exports FIRST_PARTY_PROTOCOLS
Re-exports geoServicesFeatureSource
Re-exports geoServicesGeometryServiceSource
Re-exports geoServicesGPServiceSource
Re-exports geoServicesImageSource
Re-exports geoServicesMapServiceSource
Re-exports HonuaDiscoveryError
Re-exports HonuaDiscoveryErrorCode
Re-exports HonuaJobPollTimeoutError
Re-exports IJobRun
Re-exports IndexedSpatialSourceDescriptor
Re-exports inspectDiscoveredSource
Re-exports intersectCapabilities
Re-exports isAnalyticsSourceDescriptor
Re-exports isJobTerminal
Re-exports isReadOnlyTemporalHistory
Re-exports isSpatialAggregationComplete
Re-exports JobError
Re-exports JobProgress
Re-exports JobResult
Re-exports JobResultsOptions
Re-exports JobSnapshot
Re-exports JobSnapshotListener
Re-exports JobStatus
Re-exports loadQueryTileFeatureDetail
Re-exports MapBinding
Re-exports mapQueryTileFeatureIdentity
Re-exports normalizeAnalyticsSourceDescriptor
Re-exports normalizeDiscoveryEndpoint
Re-exports normalizeEditWorkflowFailures
Re-exports NormalizeEditWorkflowFailuresOptions
Re-exports normalizeQueryTileKey
Re-exports normalizeQueryTileSourceDescriptor
Re-exports odataSource
Re-exports ogcFeaturesSource
Re-exports ogcMapsSource
Re-exports ogcRecordsSource
Re-exports ogcTilesSource
Re-exports PaginationSpec
Re-exports parseQueryTileFeatureDetailResponse
Re-exports parseQueryTileJson
Re-exports parseQueryTileServerErrorResponse
Re-exports Protocol
Re-exports PROTOCOL_DEFAULT_CAPABILITIES
Re-exports PROTOCOLS
Re-exports Query
Re-exports QUERY_TILE_SERVER_CONTRACT_VERSION
Re-exports QUERY_TILE_SERVER_FEATURE_DETAIL_ROUTE_TEMPLATE
Re-exports QUERY_TILE_SERVER_RESPONSE_HEADERS
Re-exports QUERY_TILE_SERVER_ROUTE_PREFIX
Re-exports QUERY_TILE_SERVER_SOURCE_ROUTE_TEMPLATE
Re-exports QUERY_TILE_SERVER_TILE_ROUTE_TEMPLATE
Re-exports QUERY_TILE_SERVER_TILEJSON_ROUTE_TEMPLATE
Re-exports QueryTileCacheIdentityDescriptor
Re-exports QueryTileCacheKeyOptions
Re-exports QueryTileCachePolicy
Re-exports QueryTileEndpointDescriptor
Re-exports QueryTileExtentDescriptor
Re-exports QueryTileFallbackMode
Re-exports QueryTileFallbackPolicy
Re-exports QueryTileFeatureDetailOptions
Re-exports QueryTileFeatureDetailResponse
Re-exports QueryTileFeatureIdentityContext
Re-exports QueryTileFeatureIdentityDescriptor
Re-exports QueryTileFeatureIdentityMapper
Re-exports QueryTileFeatureIdentityTarget
Re-exports QueryTileFormat
Re-exports QueryTileJson
Re-exports QueryTileJsonVectorLayer
Re-exports QueryTileKey
Re-exports QueryTileKeyInput
Re-exports queryTileKeyString
Re-exports QueryTileProjectionDescriptor
Re-exports QueryTileScheme
Re-exports QueryTileServerCachePolicyDescriptor
Re-exports QueryTileServerCacheValidators
Re-exports QueryTileServerContractFixture
Re-exports QueryTileServerDegradation
Re-exports QueryTileServerDegradationCode
Re-exports QueryTileServerDegradationSeverity
Re-exports QueryTileServerError
Re-exports QueryTileServerErrorCode
Re-exports QueryTileServerErrorResponse
Re-exports QueryTileServerFeatureIdentityDescriptor
Re-exports QueryTileServerLimitDescriptor
Re-exports QueryTileServerRequestParameters
Re-exports queryTileServerRequestParamsFromDescriptor
Re-exports QueryTileServerRouteKind
Re-exports QueryTileServerRouteOptions
Re-exports QueryTileServerTileJsonMetadata
Re-exports QueryTileSourceDescriptor
Re-exports QueryTileSpatialReference
Re-exports QueryTileSpatialReferenceDescriptor
Re-exports RelatedGroup
Re-exports RelatedQuery
Re-exports RelatedResult
Re-exports resolveDiscoveryCapabilities
Re-exports ResolveSourceContext
Re-exports resolveSpatialAggregationWidgetSummary
Re-exports Result
Re-exports SortSpec
Re-exports Source
Re-exports SourceAnalyticsCapabilities
Re-exports SourceDescriptor
Re-exports SourceFreshnessContract
Re-exports SourceHistogramCapabilityMetadata
Re-exports SourceId
Re-exports SourceLocator
Re-exports SourceResolver
Re-exports SourceSchema
Re-exports SourceTimeSeriesCapabilityMetadata
Re-exports SPATIAL_AGGREGATION_CAPABILITY
Re-exports SPATIAL_AGGREGATION_METADATA_SCHEMA_VERSION
Re-exports SPATIAL_AGGREGATION_SCHEMA_VERSION
Re-exports SpatialAggregationCacheMetadata
Re-exports SpatialAggregationCategoryBucket
Re-exports SpatialAggregationCategorySummarySpec
Re-exports SpatialAggregationCategoryValue
Re-exports SpatialAggregationCell
Re-exports SpatialAggregationCellGeometry
Re-exports SpatialAggregationContractFixture
Re-exports SpatialAggregationCountSummarySpec
Re-exports SpatialAggregationCountValue
Re-exports SpatialAggregationDomainValue
Re-exports SpatialAggregationGroupByMetadata
Re-exports SpatialAggregationGroupBySpec
Re-exports SpatialAggregationGroupedSummary
Re-exports SpatialAggregationHistogramBucket
Re-exports SpatialAggregationHistogramSummarySpec
Re-exports SpatialAggregationHistogramValue
Re-exports SpatialAggregationInclude
Re-exports SpatialAggregationIndexCoverageMetadata
Re-exports SpatialAggregationIndexModelMetadata
Re-exports SpatialAggregationIndexSelection
Re-exports SpatialAggregationIndexState
Re-exports SpatialAggregationMetadata
Re-exports SpatialAggregationMetricKind
Re-exports SpatialAggregationMetricSummarySpec
Re-exports SpatialAggregationMetricValue
Re-exports SpatialAggregationPageInfo
Re-exports SpatialAggregationPageRequest
Re-exports spatialAggregationProgress
Re-exports SpatialAggregationProgressiveState
Re-exports SpatialAggregationProgressRefinement
Re-exports SpatialAggregationProgressStatus
Re-exports SpatialAggregationRangeBucketSpec
Re-exports SpatialAggregationRangeBucketValue
Re-exports SpatialAggregationRangeSummarySpec
Re-exports SpatialAggregationRangeValue
Re-exports SpatialAggregationRequest
Re-exports SpatialAggregationResolutionInput
Re-exports SpatialAggregationResult
Re-exports SpatialAggregationSummaryBag
Re-exports SpatialAggregationSummaryBase
Re-exports SpatialAggregationSummaryKind
Re-exports spatialAggregationSummaryKindRequiresField
Re-exports spatialAggregationSummaryKindSupportedByFeatureServerH3
Re-exports SpatialAggregationSummaryMetadata
Re-exports SpatialAggregationSummarySpec
Re-exports SpatialAggregationSummaryValue
Re-exports SpatialAggregationValidationIssue
Re-exports SpatialAggregationValueType
Re-exports SpatialAggregationViewport
Re-exports SpatialAggregationWidgetKind
Re-exports SpatialAggregationWidgetMetadata
Re-exports spatialAggregationWidgets
Re-exports stableJson
Re-exports stacSearchSource
Re-exports TEMPORAL_CAPABILITY
Re-exports TEMPORAL_ROUTE_PREFIX
Re-exports TEMPORAL_ROUTES
Re-exports TEMPORAL_SCHEMA_VERSION
Re-exports TemporalAsOfRequest
Re-exports TemporalAttributeChange
Re-exports TemporalChangeSet
Re-exports TemporalChangeSetOperationKind
Re-exports TemporalCheckpoint
Re-exports TemporalClient
Re-exports TemporalClientCallOptions
Re-exports TemporalContractFixture
Re-exports TemporalCursor
Re-exports TemporalCursorType
Re-exports TemporalDiff
Re-exports TemporalDiffRequest
Re-exports TemporalDiffStatus
Re-exports TemporalDiffSummary
Re-exports TemporalError
Re-exports TemporalErrorCode
Re-exports TemporalFeatureChangeType
Re-exports TemporalFeatureDiff
Re-exports TemporalFeatureTimeline
Re-exports TemporalFeatureTimelineRequest
Re-exports TemporalFilter
Re-exports TemporalGeometryChange
Re-exports TemporalHistoryModel
Re-exports TemporalJobRef
Re-exports TemporalMode
Re-exports temporalModeSupports
Re-exports TemporalRequestClient
Re-exports TemporalRevision
Re-exports TemporalRevisionOperation
Re-exports TemporalRiskLevel
Re-exports TemporalRollbackExecuteRequest
Re-exports TemporalRollbackMode
Re-exports TemporalRollbackOperation
Re-exports TemporalRollbackPlan
Re-exports TemporalRollbackPlanRequest
Re-exports TemporalRollbackScope
Re-exports TemporalRollbackStatus
Re-exports TemporalSourceCapability
Re-exports TemporalValidationIssue
Re-exports unionCapabilities
Re-exports validateFeatureServerH3SpatialAggregationRequest
Re-exports validateSpatialAggregationRequest
Re-exports validateTemporalRollbackPlanRequest
Re-exports WarehouseQuerySourceDescriptor
Re-exports WarehouseTableSourceDescriptor
Re-exports WarehouseTilesetSourceDescriptor
Re-exports wfsSource
Re-exports WIDGET_SOURCE_SCHEMA_VERSION
Re-exports WidgetCategoriesRequest
Re-exports WidgetCategoriesResult
Re-exports WidgetCategoryBucket
Re-exports WidgetCountRequest
Re-exports WidgetCountResult
Re-exports WidgetFormulaRequest
Re-exports WidgetFormulaResult
Re-exports WidgetHistogramBin
Re-exports WidgetHistogramRequest
Re-exports WidgetHistogramResult
Re-exports WidgetRangeRequest
Re-exports WidgetRangeResult
Re-exports widgetSource
Re-exports WidgetSource
Re-exports WidgetSourceCacheHints
Re-exports WidgetSourceCacheMetadata
Re-exports WidgetSourceExecutionMode
Re-exports WidgetSourceFilterClause
Re-exports WidgetSourceFreshnessContract
Re-exports WidgetSourceModelKind
Re-exports WidgetSourceOptions
Re-exports WidgetSourceOrderBy
Re-exports WidgetSourceProjection
Re-exports WidgetSourceRequestBase
Re-exports WidgetSourceResponseBase
Re-exports WidgetSourceSchemaVersion
Re-exports WidgetSourceValue
Re-exports WidgetTimeSeriesBucket
Re-exports WidgetTimeSeriesInterval
Re-exports WidgetTimeSeriesIntervalUnit
Re-exports WidgetTimeSeriesRequest
Re-exports WidgetTimeSeriesResult
Re-exports WidgetTopValueBucket
Re-exports WidgetTopValuesRequest
Re-exports WidgetTopValuesResult
Re-exports wmsSource
Re-exports wmtsSource