| Package | Description |
|---|---|
| org.gcube_system.namespaces.application.aquamaps.gistypes |
| Modifier and Type | Method and Description |
|---|---|
BoundsInfoType |
LayerInfoType.getMaxExtent()
Gets the maxExtent value for this LayerInfoType.
|
BoundsInfoType |
WMSContextInfoType.getMaxExtent()
Gets the maxExtent value for this WMSContextInfoType.
|
BoundsInfoType |
LayerInfoType.getMinExtent()
Gets the minExtent value for this LayerInfoType.
|
BoundsInfoType |
WMSContextInfoType.getMinExtent()
Gets the minExtent value for this WMSContextInfoType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayerInfoType.setMaxExtent(BoundsInfoType maxExtent)
Sets the maxExtent value for this LayerInfoType.
|
void |
WMSContextInfoType.setMaxExtent(BoundsInfoType maxExtent)
Sets the maxExtent value for this WMSContextInfoType.
|
void |
LayerInfoType.setMinExtent(BoundsInfoType minExtent)
Sets the minExtent value for this LayerInfoType.
|
void |
WMSContextInfoType.setMinExtent(BoundsInfoType minExtent)
Sets the minExtent value for this WMSContextInfoType.
|
| Constructor and Description |
|---|
LayerInfoType(String _abstract,
boolean baseLayer,
int buffer,
String defaultStyle,
boolean hasLegend,
BoundsInfoType maxExtent,
BoundsInfoType minExtent,
String name,
double opacity,
boolean queryable,
boolean selected,
String serverLogin,
String serverPassword,
String serverProtocol,
String serverType,
String srs,
org.gcube.common.core.types.StringArray styles,
String title,
TransectInfoType transect,
boolean trasparent,
LayerType type,
String url,
boolean visible) |
WMSContextInfoType(String _abstract,
String contactInformation,
String displayProjection,
int height,
org.gcube.common.core.types.StringArray keywords,
double lat_center,
org.gcube.common.core.types.StringArray layers,
String logoFormat,
int logoHeight,
String logoUrl,
int logoWidth,
double lon_center,
BoundsInfoType maxExtent,
double maxResolution,
BoundsInfoType minExtent,
String name,
int numZoomLevels,
String title,
String units,
int width,
int zoomTo) |
Copyright © 2014. All Rights Reserved.