| java.lang.Object org.vfny.geoserver.global.GlobalLayerSupertype org.vfny.geoserver.global.CoverageInfo
CoverageInfo | final public class CoverageInfo extends GlobalLayerSupertype (Code) | | DOCUMENT ME!
author: $Author: Alessio Fabiani (alessio.fabiani@gmail.com) $ (last author: modification) author: $Author: Simone Giannecchini (simboss1@gmail.com) $ (last author: modification) |
containsMetaData | public boolean containsMetaData(String key)(Code) | | |
createReader | public GridCoverageReader createReader(Hints hints)(Code) | | |
getCoverage | public GridCoverage getCoverage()(Code) | | |
getCoverage | public GridCoverage getCoverage(GeneralEnvelope envelope, Rectangle dim)(Code) | | |
getCrs | public CoordinateReferenceSystem getCrs()(Code) | | |
getData | public Data getData()(Code) | | Returns the data. |
getDefaultInterpolationMethod | public String getDefaultInterpolationMethod()(Code) | | Returns the defaultInterpolationMethod. |
getDefaultStyle | public Style getDefaultStyle()(Code) | | By now just return the default style to be able to declare it in WMS
capabilities, but all this stuff needs to be revisited since it seems
currently there is no way of retrieving all the styles declared for a
given Coverage.
the default Style for the Coverage |
getDescription | public String getDescription()(Code) | | Returns the description. |
getDimensionNames | public InternationalString[] getDimensionNames()(Code) | | |
getDirName | public String getDirName()(Code) | | Returns the dirName. |
getEnvelope | public GeneralEnvelope getEnvelope()(Code) | | Returns the envelope. |
getFormatId | public String getFormatId()(Code) | | Returns the formatId. |
getGrid | public GridGeometry getGrid()(Code) | | |
getInterpolationMethods | public List getInterpolationMethods()(Code) | | Returns the interpolationMethods. |
getKeywords | public List getKeywords()(Code) | | Returns the keywords. |
getMeta | public Map getMeta()(Code) | | Returns the meta. |
getNativeFormat | public String getNativeFormat()(Code) | | Returns the nativeFormat. |
getParameters | public Map getParameters()(Code) | | |
getPrefix | public String getPrefix()(Code) | | String the namespace prefix. |
getReader | public GridCoverageReader getReader()(Code) | | |
getRequestCRSs | public List getRequestCRSs()(Code) | | Returns the requestCRSs. |
getResponseCRSs | public List getResponseCRSs()(Code) | | Returns the responseCRSs. |
getSrsName | public String getSrsName()(Code) | | Returns the srsName. |
getSupportedFormats | public List getSupportedFormats()(Code) | | Returns the supportedFormats. |
getWGS84LonLatEnvelope | public GeneralEnvelope getWGS84LonLatEnvelope()(Code) | | |
isEnabled | public boolean isEnabled()(Code) | | |
Fields inherited from org.vfny.geoserver.global.GlobalLayerSupertype | final protected static Logger LOGGER(Code)(Java Doc)
|
Methods inherited from org.vfny.geoserver.global.GlobalLayerSupertype | public static String get(Map map, String key)(Code)(Java Doc) public static File get(Map map, String key, File defaultFile)(Code)(Java Doc) public static String get(Map map, String key, String defaultValue)(Code)(Java Doc) public static List get(Map map, String key, List defaultList)(Code)(Java Doc) public static Map get(Map map, String key, Map defaultMap)(Code)(Java Doc) public static int get(Map map, String key, int defaultValue)(Code)(Java Doc) public static boolean get(Map map, String key, boolean defaultValue)(Code)(Java Doc) public static Charset get(Map map, String key, Charset defaultCharSet)(Code)(Java Doc) public static Level get(Map map, String key, Level defaultLevel)(Code)(Java Doc) public static URL get(Map map, String key, URL defaultUrl)(Code)(Java Doc) public static Class get(Map map, String key, Class defaultType)(Code)(Java Doc) protected String notNull(String s)(Code)(Java Doc) abstract Object toDTO()(Code)(Java Doc)
|
|
|