public class Extent extends Object
As of WMS Spec 1.3.0 Extent is no longer a valid child element to the element layer. This java representation is maintained to be able to support both WMS Spec 1.1.1 and 1.3.0
http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd
Modifier and Type | Field and Description |
---|---|
protected boolean |
current
Only valid for Time extents
|
protected String |
defaultValue |
protected boolean |
multipleValues |
protected String |
name |
protected boolean |
nearestValue |
protected String |
value
A CDATA section in the XML; this is actually a structured string.
|
Constructor and Description |
---|
Extent(String name,
String defaultValue,
Boolean multipleValues,
Boolean nearestValue,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getName() |
boolean |
getNearestValue() |
String |
getValue() |
boolean |
isCurrent() |
boolean |
isEmpty() |
boolean |
isMultipleValues() |
void |
setCurrent(boolean current) |
void |
setDefaultValue(String defaultValue) |
void |
setMultipleValues(boolean multipleValues) |
void |
setName(String name) |
void |
setNearestValue(boolean nearestValue) |
void |
setValue(String value) |
String |
toString() |
protected String name
protected String defaultValue
protected boolean nearestValue
protected boolean multipleValues
protected boolean current
protected String value
public boolean isCurrent()
public void setCurrent(boolean current)
public String getName()
public void setName(String name)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public boolean getNearestValue()
public void setNearestValue(boolean nearestValue)
public String getValue()
public void setValue(String value)
public boolean isMultipleValues()
public void setMultipleValues(boolean multipleValues)
public boolean isEmpty()
Copyright © 1996–2023 Geotools. All rights reserved.