org.gcube.common.gis.datamodel.enhanced
Class WMSContextInfo

java.lang.Object
  extended by org.gcube.common.gis.datamodel.enhanced.WMSContextInfo

public class WMSContextInfo
extends Object


Constructor Summary
WMSContextInfo()
           
WMSContextInfo(org.gcube_system.namespaces.application.aquamaps.gistypes.WMSContextInfoType toLoad)
           
 
Method Summary
 String get_abstract()
           
 String getContactInformation()
           
 String getDisplayProjection()
           
 int getHeight()
           
 ArrayList<String> getKeywords()
           
 double getLat_center()
           
 ArrayList<String> getLayers()
           
 String getLogoFormat()
           
 int getLogoHeight()
           
 String getLogoUrl()
           
 int getLogoWidth()
           
 double getLon_center()
           
 BoundsInfo getMaxExtent()
           
 double getMaxResolution()
           
 BoundsInfo getMinExtent()
           
 String getName()
           
 int getNumZoomLevels()
           
 String getTitle()
           
 String getUnits()
           
 int getWidth()
           
 int getZoomTo()
           
 void set_abstract(String _abstract)
           
 void setContactInformation(String contactInformation)
           
 void setDisplayProjection(String displayProjection)
           
 void setHeight(int height)
           
 void setKeywords(ArrayList<String> keywords)
           
 void setLat_center(double lat_center)
           
 void setLayers(ArrayList<String> layers)
           
 void setLogoFormat(String logoFormat)
           
 void setLogoHeight(int logoHeight)
           
 void setLogoUrl(String logoUrl)
           
 void setLogoWidth(int logoWidth)
           
 void setLon_center(double lon_center)
           
 void setMaxExtent(BoundsInfo maxExtent)
           
 void setMaxResolution(double maxResolution)
           
 void setMinExtent(BoundsInfo minExtent)
           
 void setName(String name)
           
 void setNumZoomLevels(int numZoomLevels)
           
 void setTitle(String title)
           
 void setUnits(String units)
           
 void setWidth(int width)
           
 void setZoomTo(int zoomTo)
           
 org.gcube_system.namespaces.application.aquamaps.gistypes.WMSContextInfoType toStubsVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSContextInfo

public WMSContextInfo(org.gcube_system.namespaces.application.aquamaps.gistypes.WMSContextInfoType toLoad)

WMSContextInfo

public WMSContextInfo()
Method Detail

toStubsVersion

public org.gcube_system.namespaces.application.aquamaps.gistypes.WMSContextInfoType toStubsVersion()

getName

public String getName()

setName

public void setName(String name)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

get_abstract

public String get_abstract()

set_abstract

public void set_abstract(String _abstract)

getDisplayProjection

public String getDisplayProjection()

setDisplayProjection

public void setDisplayProjection(String displayProjection)

getNumZoomLevels

public int getNumZoomLevels()

setNumZoomLevels

public void setNumZoomLevels(int numZoomLevels)

getZoomTo

public int getZoomTo()

setZoomTo

public void setZoomTo(int zoomTo)

getLon_center

public double getLon_center()

setLon_center

public void setLon_center(double lon_center)

getLat_center

public double getLat_center()

setLat_center

public void setLat_center(double lat_center)

getMaxResolution

public double getMaxResolution()

setMaxResolution

public void setMaxResolution(double maxResolution)

getLayers

public ArrayList<String> getLayers()

setLayers

public void setLayers(ArrayList<String> layers)

getMaxExtent

public BoundsInfo getMaxExtent()

setMaxExtent

public void setMaxExtent(BoundsInfo maxExtent)

getMinExtent

public BoundsInfo getMinExtent()

setMinExtent

public void setMinExtent(BoundsInfo minExtent)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getUnits

public String getUnits()

setUnits

public void setUnits(String units)

getKeywords

public ArrayList<String> getKeywords()

setKeywords

public void setKeywords(ArrayList<String> keywords)

getLogoFormat

public String getLogoFormat()

setLogoFormat

public void setLogoFormat(String logoFormat)

getLogoWidth

public int getLogoWidth()

setLogoWidth

public void setLogoWidth(int logoWidth)

getLogoHeight

public int getLogoHeight()

setLogoHeight

public void setLogoHeight(int logoHeight)

getLogoUrl

public String getLogoUrl()

setLogoUrl

public void setLogoUrl(String logoUrl)

getContactInformation

public String getContactInformation()

setContactInformation

public void setContactInformation(String contactInformation)


Copyright © 2013. All Rights Reserved.