Uses of Class
it.geosolutions.geoserver.rest.encoder.authorityurl.GSAuthorityURLInfoEncoder
-
Packages that use GSAuthorityURLInfoEncoder Package Description it.geosolutions.geoserver.rest.decoder Decoders for GeoServer's beans.it.geosolutions.geoserver.rest.encoder Encoders for GeoServer's beans. -
-
Uses of GSAuthorityURLInfoEncoder in it.geosolutions.geoserver.rest.decoder
Methods in it.geosolutions.geoserver.rest.decoder that return types with arguments of type GSAuthorityURLInfoEncoder Modifier and Type Method Description java.util.List<GSAuthorityURLInfoEncoder>RESTLayer. getEncodedAuthorityURLInfoList()Decodes the list of AuthorityURLInfo from the GeoServer Layerjava.util.List<GSAuthorityURLInfoEncoder>RESTLayer21. getEncodedAuthorityURLInfoList()Decodes the list of AuthorityURLInfo from the GeoServer Layer -
Uses of GSAuthorityURLInfoEncoder in it.geosolutions.geoserver.rest.encoder
Methods in it.geosolutions.geoserver.rest.encoder with parameters of type GSAuthorityURLInfoEncoder Modifier and Type Method Description voidGSLayerEncoder. addAuthorityURL(GSAuthorityURLInfoEncoder authorityURLInfo)Add an authorityURLInfo to the GeoServer layervoidGSLayerEncoder21. addAuthorityURL(GSAuthorityURLInfoEncoder authorityURLInfo)Add an authorityURLInfo to the GeoServer layer
-