org.gcube.common.geoserverinterface.bean
Class CoverageTypeRest

java.lang.Object
  extended by org.gcube.common.geoserverinterface.bean.CoverageTypeRest
All Implemented Interfaces:
Serializable

public class CoverageTypeRest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CoverageTypeRest()
           
 
Method Summary
 String getCoveragestore()
           
 BoundsRest getLatLonBoundingBox()
           
 Map<String,String> getMetadata()
           
 String getName()
           
 BoundsRest getNativeBoundingBox()
           
 String getNativeCRS()
           
 String getNativeFormat()
           
 String getNativeName()
           
 String getProjectionPolicy()
           
 String getSrs()
           
 String getTitle()
           
 String getWorkspace()
           
 boolean isEnabled()
           
 void setCoveragestore(String coveragestore)
           
 void setEnabled(boolean enabled)
           
 void setLatLonBoundingBox(BoundsRest latLonBoundingBox)
           
 void setMetadata(Map<String,String> metadata)
           
 void setMetadata(String key, String value)
           
 void setName(String name)
           
 void setNativeBoundingBox(BoundsRest nativeBoundingBox)
           
 void setNativeCRS(String nativeCRS)
           
 void setNativeFormat(String nativeFormat)
           
 void setNativeName(String nativeName)
           
 void setProjectionPolicy(String projectionPolicy)
           
 void setSrs(String srs)
           
 void setTitle(String title)
           
 void setWorkspace(String workspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageTypeRest

public CoverageTypeRest()
Method Detail

getWorkspace

public String getWorkspace()
Returns:

setWorkspace

public void setWorkspace(String workspace)
Parameters:
workspace -

getName

public String getName()
Returns:

setName

public void setName(String name)
Parameters:
name -

getNativeName

public String getNativeName()
Returns:

setNativeName

public void setNativeName(String nativeName)
Parameters:
nativeName -

getTitle

public String getTitle()
Returns:

setTitle

public void setTitle(String title)
Parameters:
title -

getNativeCRS

public String getNativeCRS()
Returns:

setNativeCRS

public void setNativeCRS(String nativeCRS)
Parameters:
nativeCRS -

getSrs

public String getSrs()
Returns:

setSrs

public void setSrs(String srs)
Parameters:
srs -

getNativeBoundingBox

public BoundsRest getNativeBoundingBox()
Returns:

setNativeBoundingBox

public void setNativeBoundingBox(BoundsRest nativeBoundingBox)
Parameters:
nativeBoundingBox -

getLatLonBoundingBox

public BoundsRest getLatLonBoundingBox()
Returns:

setLatLonBoundingBox

public void setLatLonBoundingBox(BoundsRest latLonBoundingBox)
Parameters:
latLonBoundingBox -

getProjectionPolicy

public String getProjectionPolicy()
Returns:

setProjectionPolicy

public void setProjectionPolicy(String projectionPolicy)
Parameters:
projectionPolicy -

isEnabled

public boolean isEnabled()
Returns:

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled -

getMetadata

public Map<String,String> getMetadata()

setMetadata

public void setMetadata(Map<String,String> metadata)

setMetadata

public void setMetadata(String key,
                        String value)

setCoveragestore

public void setCoveragestore(String coveragestore)
Parameters:
coveragestore -

getCoveragestore

public String getCoveragestore()
Returns:

setNativeFormat

public void setNativeFormat(String nativeFormat)
Parameters:
nativeFormat -

getNativeFormat

public String getNativeFormat()
Returns:


Copyright © 2012. All Rights Reserved.