|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Format | |
org.deegree_impl.clients.context |
Uses of Format in org.deegree_impl.clients.context |
Fields in org.deegree_impl.clients.context declared as Format | |
private Format |
FormatList.current
|
Methods in org.deegree_impl.clients.context that return Format | |
private static Format[] |
WebMapContextFactory.createOfferedInfoFormats(org.w3c.dom.Element element)
Creates a list of the feature info formats offered by the client. |
Format[] |
MapParameter.getOfferedInfoFormats()
returns the list of map formats offered by the map context |
Format |
MapParameter.getSelectedInfoFormat()
returns the info format that is marked as selected. |
Format[] |
FormatList.getFormats()
|
Format |
FormatList.getCurrentFormat()
|
Format |
FormatList.getFormat(java.lang.String name)
|
Format |
FormatList.removeFormat(java.lang.String name)
|
Methods in org.deegree_impl.clients.context with parameters of type Format | |
void |
MapParameter.setOfferedInfoFormats(Format[] infoFormats)
sets the info formats offered by a map context |
void |
MapParameter.addInfoFormat(Format infoFormat)
adds an info format to a map context |
void |
MapParameter.removeInfoFormat(Format format)
removes an info format from a map context |
void |
FormatList.setFormats(Format[] formats)
|
void |
FormatList.addFormat(Format format)
|
Constructors in org.deegree_impl.clients.context with parameters of type Format | |
MapParameter(Format[] offeredInfoFormats,
MapOperationFactor[] offeredPanFactors,
MapOperationFactor[] offeredZoomFactors,
double minScale,
double maxScale)
Creates a new MapParameter object. |
|
FormatList(Format[] formats)
Creates a new FormatList object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |