public class WMSContextInfoType extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
abstractField() |
void |
abstractField(String abstractField) |
String |
contactInformation() |
void |
contactInformation(String contactInformation) |
String |
displayProjection() |
void |
displayProjection(String displayProjection) |
int |
height() |
void |
height(int height) |
StringArray |
keywords() |
void |
keywords(StringArray keywords) |
double |
lat_center() |
void |
lat_center(double lat_center) |
StringArray |
layers() |
void |
layers(StringArray layers) |
String |
logoFormat() |
void |
logoFormat(String logoFormat) |
int |
logoHeight() |
void |
logoHeight(int logoHeight) |
String |
logoUrl() |
void |
logoUrl(String logoUrl) |
int |
logoWidth() |
void |
logoWidth(int logoWidth) |
double |
lon_center() |
void |
lon_center(double lon_center) |
BoundsInfoType |
maxExtent() |
void |
maxExtent(BoundsInfoType maxExtent) |
double |
maxResolution() |
void |
maxResolution(double maxResolution) |
BoundsInfoType |
minExtent() |
void |
minExtent(BoundsInfoType minExtent) |
String |
name() |
void |
name(String name) |
int |
numZoomLevels() |
void |
numZoomLevels(int numZoomLevels) |
String |
title() |
void |
title(String title) |
String |
units() |
void |
units(String units) |
int |
width() |
void |
width(int width) |
int |
zoomTo() |
void |
zoomTo(int zoomTo) |
public 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)
public int width()
public void width(int width)
width
- the width to setpublic int height()
public void height(int height)
height
- the height to setpublic String displayProjection()
public void displayProjection(String displayProjection)
displayProjection
- the displayProjection to setpublic BoundsInfoType maxExtent()
public void maxExtent(BoundsInfoType maxExtent)
maxExtent
- the maxExtent to setpublic BoundsInfoType minExtent()
public void minExtent(BoundsInfoType minExtent)
minExtent
- the minExtent to setpublic int numZoomLevels()
public void numZoomLevels(int numZoomLevels)
numZoomLevels
- the numZoomLevels to setpublic double lon_center()
public void lon_center(double lon_center)
lon_center
- the lon_center to setpublic double lat_center()
public void lat_center(double lat_center)
lat_center
- the lat_center to setpublic String units()
public void units(String units)
units
- the units to setpublic String title()
public void title(String title)
title
- the title to setpublic String name()
public void name(String name)
name
- the name to setpublic double maxResolution()
public void maxResolution(double maxResolution)
maxResolution
- the maxResolution to setpublic StringArray layers()
public void layers(StringArray layers)
layers
- the layers to setpublic StringArray keywords()
public void keywords(StringArray keywords)
keywords
- the keywords to setpublic String abstractField()
public void abstractField(String abstractField)
abstractField
- the abstractField to setpublic String logoFormat()
public void logoFormat(String logoFormat)
logoFormat
- the logoFormat to setpublic int logoWidth()
public void logoWidth(int logoWidth)
logoWidth
- the logoWidth to setpublic int logoHeight()
public void logoHeight(int logoHeight)
logoHeight
- the logoHeight to setpublic String logoUrl()
public void logoUrl(String logoUrl)
logoUrl
- the logoUrl to setpublic String contactInformation()
public void contactInformation(String contactInformation)
contactInformation
- the contactInformation to setpublic int zoomTo()
public void zoomTo(int zoomTo)
Copyright © 2017. All Rights Reserved.