org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis
Class WMSContextInfoType
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.WMSContextInfoType
public class WMSContextInfoType
- extends Object
|
Constructor Summary |
WMSContextInfoType()
|
WMSContextInfoType(int width,
int height,
String displayProjection,
BoundsInfoType maxExtent,
BoundsInfoType minExtent,
int numZoomLevels,
int zoomTo,
double lon_center,
double lat_center,
String units,
String title,
String name,
double maxResolution,
StringArray layers,
StringArray keywords,
String abstractField,
String logoFormat,
int logoWidth,
int logoHeight,
String logoUrl,
String contactInformation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMSContextInfoType
public WMSContextInfoType()
WMSContextInfoType
public WMSContextInfoType(int width,
int height,
String displayProjection,
BoundsInfoType maxExtent,
BoundsInfoType minExtent,
int numZoomLevels,
int zoomTo,
double lon_center,
double lat_center,
String units,
String title,
String name,
double maxResolution,
StringArray layers,
StringArray keywords,
String abstractField,
String logoFormat,
int logoWidth,
int logoHeight,
String logoUrl,
String contactInformation)
width
public int width()
- Returns:
- the width
width
public void width(int width)
- Parameters:
width - the width to set
height
public int height()
- Returns:
- the height
height
public void height(int height)
- Parameters:
height - the height to set
displayProjection
public String displayProjection()
- Returns:
- the displayProjection
displayProjection
public void displayProjection(String displayProjection)
- Parameters:
displayProjection - the displayProjection to set
maxExtent
public BoundsInfoType maxExtent()
- Returns:
- the maxExtent
maxExtent
public void maxExtent(BoundsInfoType maxExtent)
- Parameters:
maxExtent - the maxExtent to set
minExtent
public BoundsInfoType minExtent()
- Returns:
- the minExtent
minExtent
public void minExtent(BoundsInfoType minExtent)
- Parameters:
minExtent - the minExtent to set
numZoomLevels
public int numZoomLevels()
- Returns:
- the numZoomLevels
numZoomLevels
public void numZoomLevels(int numZoomLevels)
- Parameters:
numZoomLevels - the numZoomLevels to set
lon_center
public double lon_center()
- Returns:
- the lon_center
lon_center
public void lon_center(double lon_center)
- Parameters:
lon_center - the lon_center to set
lat_center
public double lat_center()
- Returns:
- the lat_center
lat_center
public void lat_center(double lat_center)
- Parameters:
lat_center - the lat_center to set
units
public String units()
- Returns:
- the units
units
public void units(String units)
- Parameters:
units - the units to set
title
public String title()
- Returns:
- the title
title
public void title(String title)
- Parameters:
title - the title to set
name
public String name()
- Returns:
- the name
name
public void name(String name)
- Parameters:
name - the name to set
maxResolution
public double maxResolution()
- Returns:
- the maxResolution
maxResolution
public void maxResolution(double maxResolution)
- Parameters:
maxResolution - the maxResolution to set
layers
public StringArray layers()
- Returns:
- the layers
layers
public void layers(StringArray layers)
- Parameters:
layers - the layers to set
keywords
public StringArray keywords()
- Returns:
- the keywords
keywords
public void keywords(StringArray keywords)
- Parameters:
keywords - the keywords to set
abstractField
public String abstractField()
- Returns:
- the abstractField
abstractField
public void abstractField(String abstractField)
- Parameters:
abstractField - the abstractField to set
logoFormat
public String logoFormat()
- Returns:
- the logoFormat
logoFormat
public void logoFormat(String logoFormat)
- Parameters:
logoFormat - the logoFormat to set
logoWidth
public int logoWidth()
- Returns:
- the logoWidth
logoWidth
public void logoWidth(int logoWidth)
- Parameters:
logoWidth - the logoWidth to set
logoHeight
public int logoHeight()
- Returns:
- the logoHeight
logoHeight
public void logoHeight(int logoHeight)
- Parameters:
logoHeight - the logoHeight to set
logoUrl
public String logoUrl()
- Returns:
- the logoUrl
logoUrl
public void logoUrl(String logoUrl)
- Parameters:
logoUrl - the logoUrl to set
contactInformation
public String contactInformation()
- Returns:
- the contactInformation
contactInformation
public void contactInformation(String contactInformation)
- Parameters:
contactInformation - the contactInformation to set
zoomTo
public int zoomTo()
zoomTo
public void zoomTo(int zoomTo)
Copyright © 2014. All Rights Reserved.