|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGisConfigurationParameters
Interface implemented by the global configuration parameters class
| Method Summary | |
|---|---|
void |
addParameter(java.lang.String name,
java.lang.Object value)
Adds a new configuration parameter |
java.lang.Object |
getAttribute()
Get the layers configurationa attribute |
java.lang.Object |
getBoundingBox()
Get the map viewer default bounding box |
java.lang.Object |
getCRS()
Get the Coordinate Reference System value |
java.lang.String |
getDescription()
Get the layers configuration description |
java.lang.Object |
getParameter(java.lang.String name)
Gets the given configuration parameter value |
java.lang.Object |
getParameters()
Gets all the configuration parameter values |
java.lang.String |
getTitle()
Get the layers configuration title |
void |
setAttribute(java.lang.Object attr)
Set the layers configuration attribute |
void |
setBoundingBox(java.lang.Object boundingBox)
Set the default map bounding box for the viewer panel |
void |
setCRS(java.lang.String crsWkt)
Set the Coordinate Reference System parameter value |
void |
setDescription(java.lang.String description)
Set the layers configuration description |
void |
setTitle(java.lang.String title)
Set the layers configuration title |
| Method Detail |
|---|
void setCRS(java.lang.String crsWkt)
crsWkt - Coordinate Reference System in Well-Known Text formatjava.lang.Object getCRS()
void setBoundingBox(java.lang.Object boundingBox)
boundingBox - Default map bounding boxjava.lang.Object getBoundingBox()
void setAttribute(java.lang.Object attr)
attr - Layers configuration attributejava.lang.Object getAttribute()
void setTitle(java.lang.String title)
title - Layers configuration titlejava.lang.String getTitle()
void setDescription(java.lang.String description)
description - Layers configuration descriptionjava.lang.String getDescription()
void addParameter(java.lang.String name,
java.lang.Object value)
name - Parameter namevalue - Parameter valuejava.lang.Object getParameter(java.lang.String name)
name - Configuration parameter name
java.lang.Object getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||