Package com.supermap.services.components.spi
The GIS service provider facotry and GIS service provider interfaces.
See: Description
-
Interface Summary Interface Description AddressMatchProvider Address matching service providerAttachmentCapabilities Actions attachment interface.BatchEditCapability Batch editing abilityChartMapProvider Sea chart function related map provider interface, used for the Map component.ConfigValidatable Used to mark the configuration class to support validation.CoordTransferCapabilities The interface which supports for converting the coordinate systems.DataProvider Data service providers.Disposable Resource release interface.DynamicProjectionable Map dynamic projection interface, returns dynamic projection type been supported.FacilityAnalystProvider Facility Network Analysis Service ProviderFeatureMetadataCapabilities Feature meta info interface.GeometryProvider The interface of Geometry Service ProviderGetFeatureSupportDynamicProj GetFeature supports dynamic projectionGridValueCapabilities Interface that supports raster value queriesKeywordsQueryable Keyword query interface.MapProvider Map service provider.Measurable MultiInstanceSupported Whether the service provider enables multi-instance iconic interfacesNetworkAnalyst3DProvider Three-dimensional network analysis provider.OGCProviderSetting OGC service provider configurationPlotProvider Dynamic plotting service provider.ProviderContext Service provider context interface.ProviderContextAware The interface which service provider context depends on.ProviderFactory<T,V> ${services_components_spi_ProviderFactory_Title}ProviderSelector Service provider selector.RealspaceProvider 3D service providers.Resolver<T> Title: parser interface objectRestProviderSetting SpatialAnalyst3DProvider 3D analysis service provider.SpatialAnalystProvider The interface of SuperMap spatial analysis service providers.TiledMapProviderBase.TileDataConverter TiledMapProviderBase.TileImageDrawer TiledVectorProvider The vector tile provider.TilesetInfoAttainable Identifying an object can return the tile set informationTrafficTransferAnalystProvider Traffic transfer analysis service provider.TransportationAnalystProvider The interface of SuperMap transportation network analysis service providers. -
Class Summary Class Description AbstractRestMapProvider Location service provider base class based on REST service.AbstractRestMapProvider.TileIndex The index of the tile, including the line number, column numberAbstractRestMapProviderSetting ComponentInfo Title: Metadata information for the business componentComponentInfoResolver Title: The ComponentInfo object is parsed from the input streamDataPathHelper DataPathItem DataProviderSetting The data service provider settings class.InterfaceInfo Service interface informationInterfaceInfoResolver Interface information parserMapProviderSetting map service provider settings class.NameResolver Object name parser.ProviderInfo Title: Service provider informationProviderInfoResolver Title: The ProviderInfo object is parsed from the input streamRealspaceContext Three-dimensional context information.RealspaceProviderBase RealspaceProviderSetting 3D ervice provider configuration type.ReferencePath ReferencePath.SerializableField ReferencePath.SerializableMethod ServiceDiscovery Title: Service Configuration Information Object Finder.TiledMapProviderBase Map service provider types based on REST service.TiledMapProviderBase.TileImageParameter WaterMarkSetting The water mark settings class. -
Exception Summary Exception Description InvalidConfigException Title: Configure exception informationNotSupportedException Does not support exceptions.ServiceRuntimeException Service runtime exception. -
Annotation Types Summary Annotation Type Description ClusterServiceFilterType Cluster filter type annotation.DataPath The data path of the service provider, such as the workspace path, the Mbtiles file path, and so on.ExportingInterface Used to mark the interface that represents the remote call on the Provider.Property Used to mark fields on the ProviderSetting or ComponentSetting class.UseUgo Used to identify whether a class's implementation depends on UGO.
Package com.supermap.services.components.spi Description
The GIS service provider facotry and GIS service provider interfaces.
The SuperMap iServer service consists of the interface layer, the component layer, and the provider layer. The GIS service providers encapsulates and unifies different implementations of GIS functions, including local components (SuperMap Objects .NET/Java fo instance), remote services (RMI services for instance), Web services (WMS and REST services for instance), aggregation services, etc.
- See Also:
com.supermap.services.providers