Deprecated Methods |
it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder.addAllowMultithreading(boolean)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder.addBackgroundValues(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addConnectionTimeout(int)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addDatabase(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addDatabaseType(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSLayerEncoder.addDefaultStyle(String)
will be set to protected in the next release, please use setDefaultStyle |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addDescription(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addEnabled(boolean)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addExposePrimaryKeys(boolean)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addFetchSize(int)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder.addFilter(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addHost(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder.addInputTransparentColor(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addJndiReferenceName(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSResourceEncoder.addLatLonBoundingBox(double, double, double, double, String)
use the setSRS.
This method will be set as protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addLooseBBox(boolean)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder.addMaxAllowedTiles(int)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addMaxConnections(int)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addMaxOpenPreparedStatements(int)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSResourceEncoder.addMetadata(String, T)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addMinConnections(int)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSResourceEncoder.addName(String)
use the setName.
This method will be set as protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSWorkspaceEncoder.addName(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addName(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addNamespace(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSResourceEncoder.addNativeBoundingBox(double, double, double, double, String)
use the setSRS.
This method will be set as protected in the next release |
it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder.addOutputTransparentColor(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addPassword(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addPort(int)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addPreparedStatements(boolean)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder.addPresentation(GSDimensionInfoEncoder.Presentation)
will be set to protected in the next release setPresentation(final Presentation pres) |
it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder.addPresentation(GSDimensionInfoEncoder.PresentationDiscrete, BigDecimal)
will be set to protected in the next release setPresentation(final PresentationDiscrete pres, final BigDecimal interval) |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addPrimaryKeyMetadataTable(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSResourceEncoder.addProjectionPolicy(GSResourceEncoder.ProjectionPolicy)
use the setProjectionPolicy.
This method will be set as protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addSchema(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSResourceEncoder.addSRS(String)
use the setSRS.
This method will be set as protected in the next release |
it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder.addSUGGESTED_TILE_SIZE(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSResourceEncoder.addTitle(String)
use the setTitle.
This method will be set as protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addType(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder.addUSE_JAI_IMAGEREAD(boolean)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addUser(String)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.encoder.GSPostGISDatastoreEncoder.addValidateConnections(boolean)
will be set to protected in the next release |
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.configureCoverage(GSCoverageEncoder, String, String, String)
use configureCoverage(final GSCoverageEncoder ce,
final String wsname, final String csname) |
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.configureExternaMosaicDatastore(String, String, File)
provided for backward compatibility use createExternaMosaicDatastore(String workspace, String
storeName, File mosaicDir, CoverageConfigure configure) |
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.configureLayer(GSLayerEncoder, String)
please use GeoServerRESTPublisher.configureLayer(String workspace, String
layerName, GSLayerEncoder layer) |
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.publishDBLayer(String, String, String, String, String)
use publishDBLayer(final String workspace, final
String storename, final GSFeatureTypeEncoder fte, final
GSLayerEncoder layerEncoder) |
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.publishExternalMosaic(String, String, File, GSCoverageEncoder, GSLayerEncoder)
this is keep only for backward compatibility use
createExternalMosaic and getCoverageStore separately |
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.publishGeoTIFF(String, String, File)
UNTESTED |