|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGisLayerConfigurationManager
Interface for the gis layers configuration manager
| Method Summary | |
|---|---|
void |
deleteLayer(java.lang.Object layerId,
int sessionId)
Delete the layer layerId |
java.lang.Object |
getLayerDefinition(java.lang.Object layerKeys,
int sessionId)
Get the layer configuration with the identifiers defined in layerKeys |
java.lang.Object |
getLayersInformation(java.lang.Object layersConfigurationId,
int sessionId)
Get the layers configuration with the identifier layersConfigurationId |
void |
insertLayer(java.lang.Object insertParameters,
int sessionId)
Insert a new layer with the parameters insertParameters |
void |
setReferenceLocator(java.lang.Object referenceLocator)
Sets the Ontimize Reference Locator |
void |
updateLayer(java.lang.Object layerId,
java.lang.Object updateParameters,
int sessionId)
Update the parameters defined at updateParameters for the
layer with reference layerId |
| Method Detail |
|---|
void setReferenceLocator(java.lang.Object referenceLocator)
throws java.lang.Exception
referenceLocator - Ontimize reference locator
java.lang.Exception
java.lang.Object getLayersInformation(java.lang.Object layersConfigurationId,
int sessionId)
throws java.lang.Exception
layersConfigurationId
layersConfigurationId - Identifier for the layers configuration datasessionId - Session Id for this user
java.lang.Exception
java.lang.Object getLayerDefinition(java.lang.Object layerKeys,
int sessionId)
throws java.lang.Exception
layerKeys
layerKeys - Identifiers for the layer to querysessionId - Session Id for this user
java.lang.Exception
void updateLayer(java.lang.Object layerId,
java.lang.Object updateParameters,
int sessionId)
throws java.lang.Exception
updateParameters for the
layer with reference layerId
layerId - Identifier for the layer to updateupdateParameters - Parameters to updatesessionId - Session Id for this user
java.lang.Exception
void insertLayer(java.lang.Object insertParameters,
int sessionId)
throws java.lang.Exception
insertParameters
insertParameters - New layer configuration parameterssessionId - Session Id for this user
java.lang.Exception
void deleteLayer(java.lang.Object layerId,
int sessionId)
throws java.lang.Exception
layerId
layerId - Identifier for the layer to deletesessionId - Session Id for this user
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||