geonode.services.serviceprocessors.arcgis
Utilities for enabling ESRI:ArcGIS:MapServer and ESRI:ArcGIS:ImageServer remote services in geonode.
Attributes
Classes
Remote service handler for ESRI:ArcGIS:MapServer services |
|
Remote service handler for ESRI:ArcGIS:ImageService services |
Module Contents
- class geonode.services.serviceprocessors.arcgis.ArcMapServiceHandler(url, geonode_service_id=None)[source]
Bases:
geonode.services.serviceprocessors.base.ServiceHandlerBaseRemote service handler for ESRI:ArcGIS:MapServer services
- create_geonode_service(owner, parent=None)[source]
Create a new geonode.service.models.Service instance
- Parameters:
owner (geonode.people.models.Profile) – The user who will own the service instance
- class geonode.services.serviceprocessors.arcgis.ArcImageServiceHandler(url, geonode_service_id=None)[source]
Bases:
ArcMapServiceHandlerRemote service handler for ESRI:ArcGIS:ImageService services