|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextException | |
org.deegree_impl.clients.context |
Uses of ContextException in org.deegree_impl.clients.context |
Methods in org.deegree_impl.clients.context that throw ContextException | |
static ViewContext |
WebMapContextFactory.createViewContext(java.lang.String fileName)
creates an instance of a ViewContext from the web map context document read from the file idenfied by the passed name |
static ViewContext |
WebMapContextFactory.createViewContext(java.io.Reader reader)
creates an instance of a ViewContext from the web map context document read from the passed Reader |
void |
ViewContextReference.setTitle(java.lang.String title)
|
void |
ViewContextReference.setContextURL(java.net.URL contextURL)
|
void |
ViewContextCollection.setViewContextReferences(ViewContextReference[] viewContextReferences)
|
void |
ViewContext.setLayerList(LayerList layerList)
sets the list of layers to be contained in this context |
void |
StyleList.setStyles(Style[] styles)
sets alla styles known by a layer |
void |
Style.setName(java.lang.String name)
|
void |
Style.setTitle(java.lang.String title)
|
void |
Style.setSld(SLD sld)
|
void |
SLD.setOnlineResource(java.net.URL onlineResource)
|
void |
SLD.setFeatureTypeStyle(FeatureTypeStyle featureTypeStyle)
|
void |
SLD.setStyledLayerDescriptor(StyledLayerDescriptor styledLayerDescriptor)
|
void |
Server.setVersion(java.lang.String version)
|
void |
Server.setService(java.lang.String service)
|
void |
Server.setOnlineResource(java.net.URL onlineResource)
|
void |
MapParameter.removePanFactor(MapOperationFactor panFactor)
removes a pan factor from a context |
void |
MapParameter.removeZoomFactor(MapOperationFactor zoomFactor)
removes a zomm factor from a map context |
void |
MapParameter.removeInfoFormat(Format format)
removes an info format from a map context |
void |
Layer.setServer(Server server)
|
void |
Layer.setName(java.lang.String name)
|
void |
Layer.setTitle(java.lang.String title)
|
static java.lang.String[][] |
JSPCreator2.getServiceRequests(ViewContext viewContext)
creates a list of servers and GetMap requests assigned to them from a ViewContext. |
static java.lang.String[][] |
JSPCreator.getServiceRequests(ViewContext viewContext)
creates a list of servers and GetMap requests assigned to them from a ViewContext. |
void |
General.setBoundingBox(GM_Point[] boundingBox)
“BoundingBox” formatted as defined in the WMS 1.1.1 Specification. |
void |
General.setTitle(java.lang.String title)
An element “Title” that contains a human readable title of the Context. |
void |
FormatList.setFormats(Format[] formats)
|
void |
Format.setName(java.lang.String name)
sets the the name of the format |
Constructors in org.deegree_impl.clients.context that throw ContextException | |
ViewContextReference(java.lang.String title,
java.net.URL contextURL)
Creates a new ViewContextReference object. |
|
ViewContextCollection(ViewContextReference[] viewContextReferences)
Creates a new ViewContextCollection object. |
|
ViewContext(General general,
LayerList layerList)
Creates a new WebMapContext object. |
|
StyleList(Style[] styles)
Creates a new StyleList object. |
|
Style(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
ImageURL legendURL,
boolean current)
Creates a new Style object. |
|
Style(SLD sld,
boolean current)
Creates a new Style object. |
|
SLD(java.lang.String name,
java.lang.String title,
StyledLayerDescriptor styledLayerDescriptor)
Creates a new SLD object. |
|
SLD(java.lang.String name,
java.lang.String title,
java.net.URL onlineResource)
Creates a new SLD object. |
|
SLD(java.lang.String name,
java.lang.String title,
FeatureTypeStyle featureTypeStyle)
Creates a new SLD object. |
|
Server(java.lang.String title,
java.lang.String version,
java.lang.String service,
java.net.URL onlineResource)
Creates a new Server object. |
|
Layer(Server server,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String[] srs,
BaseURL dataURL,
BaseURL metadataURL,
FormatList formatList,
StyleList styleList,
boolean queryable,
boolean hidden,
Marshallable extension)
Creates a new ContextLayer object. |
|
General(java.lang.String title,
java.lang.String abstract_,
java.awt.Rectangle window,
ContactInformation contactInformation,
GM_Point[] boundingBox,
BaseURL descriptionURL,
ImageURL logoURL,
java.lang.String[] keywords,
Marshallable extension)
Creates a new General object. |
|
FormatList(Format[] formats)
Creates a new FormatList object. |
|
Format(java.lang.String name,
boolean current)
Creates a new Format object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |