public class GSLayerEncoder21 extends GSLayerEncoder
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
authorityURLList |
Map<String,List<String>> |
identifierList |
static String |
METADATA |
AUTHORITY_URLS, DEFAULT_STYLE, IDENTIFIERS, STYLES| Constructor and Description |
|---|
GSLayerEncoder21() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAdvertised()
advertise the layer
|
void |
addAuthorityURL(GSAuthorityURLInfoEncoder authorityURLInfo)
Add an authorityURLInfo to the GeoServer layer
|
void |
addIdentifier(GSIdentifierInfoEncoder identifierInfo)
Add an identifierInfo to the GeoServer layer
|
protected void |
addMetadata(String key,
XmlElement dimensionInfo) |
boolean |
delAuthorityURL(String authorityURL)
Deletes a AuthorityURLInfo from the list using the authorityURL
(AuthorityURLInfo href)
|
boolean |
delIdentifier(String authority)
Deletes a IdentifierInfo from the list using the authority
name (IdentifierInfo authority)
|
void |
setAdvertised(boolean advertised) |
addDefaultStyle, addDefaultStyle, addEnabled, addQueryable, addStyle, addStyle, addWmsPath, delStyle, setDefaultStyle, setDefaultStyle, setEnabled, setQueryable, setWmsPathadd, createElementWithAttribute, get, get, setadd, addContent, getRoot, isEmpty, remove, set, setRoot, setRoot, toStringpublic static final String METADATA
protected void addMetadata(String key, XmlElement dimensionInfo)
key - dimensionInfo - protected void addAdvertised()
public void setAdvertised(boolean advertised)
setAdvertised in class GSLayerEncoderadvertised - true if the layer should be advertisedpublic void addAuthorityURL(GSAuthorityURLInfoEncoder authorityURLInfo)
addAuthorityURL in class GSLayerEncoderauthorityURLInfo - public boolean delAuthorityURL(String authorityURL)
delAuthorityURL in class GSLayerEncoderauthorityURL - public void addIdentifier(GSIdentifierInfoEncoder identifierInfo)
addIdentifier in class GSLayerEncoderidentifierInfo - public boolean delIdentifier(String authority)
delIdentifier in class GSLayerEncoderauthority - Copyright © 2007–2016 PDOK. All rights reserved.