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