| Modifier and Type | Field and Description |
|---|---|
static String |
FLOAT_TYPE |
static long |
ID_COUNTER |
static String |
INT_TYPE |
String |
serverWmsRequest |
| Constructor and Description |
|---|
LayerItem()
Instantiates a new layer item.
|
LayerItem(boolean isExternal)
Instantiates a new layer item.
|
| Modifier and Type | Method and Description |
|---|---|
LayerItem |
clone() |
boolean |
containsProperty(Property property)
Contains property.
|
boolean |
containsProperty(String propertyName)
Contains property.
|
boolean |
containsProperty(String propertyName,
String propertyType)
Contains property.
|
List<Property> |
getAllFloatProperties()
Gets the all float properties.
|
List<String> |
getAllFloatPropertyNames()
Gets the all float property names.
|
int |
getBuffer()
Gets the buffer.
|
String |
getCqlFilter()
Gets the cql filter.
|
String |
getDataStore()
Gets the data store.
|
String |
getDefaultStyle()
Gets the default style.
|
String |
getFirstFloatPropertyName()
Gets the first float property name.
|
String |
getGeoserverUrl()
Gets the geoserver url.
|
String |
getGeoserverWmsUrl()
Gets the geoserver wms url.
|
long |
getId()
Gets the id.
|
String |
getLayer()
Gets the layer.
|
BoundsMap |
getMaxExtent()
Gets the max extent.
|
String |
getName()
Gets the name.
|
double |
getOpacity()
Gets the opacity.
|
long |
getOrder()
Gets the order.
|
List<Property> |
getProperties()
Gets the properties.
|
String |
getServerWmsRequest()
Gets the server wms request.
|
String |
getStyle()
Gets the style.
|
ArrayList<String> |
getStyles()
Gets the styles.
|
String |
getTitle()
Gets the title.
|
String |
getUrl()
Gets the url.
|
String |
getUUID()
Gets the uuid.
|
Map<String,String> |
getWmsNotStandardParams()
Gets the wms not standard params.
|
ZAxis |
getZAxis()
Gets the list z axis.
|
Double |
getZAxisSelected()
Gets the z axis selected.
|
boolean |
isBaseLayer()
Checks if is base layer.
|
boolean |
isBorderLayer()
Checks if is border layer.
|
boolean |
isClickData()
Checks if is click data.
|
boolean |
isCqlFilterAvailable()
Checks if is cql filter available.
|
boolean |
isExternal()
Checks if is external.
|
boolean |
isHasLegend()
Checks if is checks for legend.
|
boolean |
isNcWms()
Checks if is nc wms.
|
boolean |
isOnMap()
Checks if is on map.
|
boolean |
isTrasparent()
Checks if is trasparent.
|
boolean |
isVisible()
Checks if is visible.
|
boolean |
isWrapDateLine()
Checks if is wrap date line.
|
void |
setBaseLayer(boolean isBaseLayer)
Sets the base layer.
|
void |
setBorderLayer(boolean isBorderLayer)
Sets the border layer.
|
void |
setBuffer(int buffer)
Sets the buffer.
|
void |
setClickData(boolean clickData)
Sets the click data.
|
void |
setCqlFilter(String cqlFilter)
Sets the cql filter.
|
void |
setCqlFilterAvailable(boolean cqlFilterAvailable)
Sets the cql filter available.
|
void |
setDataStore(String dataStore)
Sets the data store.
|
void |
setDefaultStyle(String defaultStyle)
Sets the default style.
|
void |
setExternal(boolean isExternal)
Sets the external.
|
void |
setGeoserverUrl(String geoserverUrl)
Sets the geoserver url.
|
void |
setGeoserverWmsUrl(String geoserverWmsUrl)
Sets the geoserver wms url.
|
void |
setHasLegend(boolean hasLegend)
Sets the checks for legend.
|
void |
setId(long id)
Sets the id.
|
void |
setLayer(String layer)
Sets the layer.
|
void |
setMaxExtent(BoundsMap maxExtent)
Sets the max extent.
|
void |
setMaxExtent(double lowerLeftX,
double lowerLeftY,
double upperRightX,
double upperRightY,
String crs)
Sets the max extent.
|
void |
setName(String name)
Sets the name.
|
void |
setNcWms(boolean isNcWms)
Sets the nc wms.
|
void |
setOnMap(boolean isOnMap)
Sets the on map.
|
void |
setOpacity(double opacity)
Sets the opacity.
|
void |
setOrder(long order)
Sets the order.
|
void |
setProperties(List<Property> properties)
Sets the properties.
|
void |
setServerWmsRequest(String serverWmsRequest)
Sets the server wms request.
|
void |
setStyle(String style)
Sets the style.
|
void |
setStyles(ArrayList<String> styles)
Sets the styles.
|
void |
setTitle(String title)
Sets the title.
|
void |
setTrasparent(boolean isTrasparent)
Sets the trasparent.
|
void |
setUrl(String url)
Sets the url.
|
void |
setUUID(String uUID)
Sets the uuid.
|
void |
setVisible(boolean isVisible)
Sets the visible.
|
void |
setWmsNotStandardParams(Map<String,String> wmsNotStandardParams)
Sets the wms not standard params.
|
void |
setWrapDateLine(boolean wrapDateLine)
Sets the wrap date line.
|
void |
setZAxis(ZAxis zAxis)
Sets the list z axis.
|
void |
setZAxisSelected(Double value)
Sets the z axis selected.
|
String |
toString() |
public static final String FLOAT_TYPE
public static final String INT_TYPE
public static long ID_COUNTER
public String serverWmsRequest
public LayerItem()
public LayerItem(boolean isExternal)
isExternal - the is externalpublic boolean isHasLegend()
public void setHasLegend(boolean hasLegend)
hasLegend - the new checks for legendpublic BoundsMap getMaxExtent()
public void setMaxExtent(BoundsMap maxExtent)
maxExtent - the new max extentpublic void setMaxExtent(double lowerLeftX,
double lowerLeftY,
double upperRightX,
double upperRightY,
String crs)
lowerLeftX - the lower left xlowerLeftY - the lower left yupperRightX - the upper right xupperRightY - the upper right ycrs - the crspublic String getName()
public void setName(String name)
name - the new namepublic String getUrl()
public void setUrl(String url)
url - the new urlpublic String getLayer()
public void setLayer(String layer)
layer - the new layerpublic String getStyle()
public void setStyle(String style)
style - the new stylepublic boolean isTrasparent()
public void setTrasparent(boolean isTrasparent)
isTrasparent - the new trasparentpublic boolean isBaseLayer()
public void setBaseLayer(boolean isBaseLayer)
isBaseLayer - the new base layerpublic boolean isWrapDateLine()
public void setWrapDateLine(boolean wrapDateLine)
wrapDateLine - the new wrap date linepublic int getBuffer()
public void setBuffer(int buffer)
buffer - the new bufferpublic boolean isVisible()
public void setVisible(boolean isVisible)
isVisible - the new visiblepublic boolean isOnMap()
public void setOnMap(boolean isOnMap)
isOnMap - the new on mappublic boolean isClickData()
public void setClickData(boolean clickData)
clickData - the new click datapublic String getDefaultStyle()
public void setDefaultStyle(String defaultStyle)
defaultStyle - the new default stylepublic void setStyles(ArrayList<String> styles)
styles - the new stylespublic double getOpacity()
public void setOpacity(double opacity)
opacity - the new opacitypublic boolean isNcWms()
public void setNcWms(boolean isNcWms)
isNcWms - the isNcWms to setpublic void setProperties(List<Property> properties)
properties - the new propertiespublic boolean containsProperty(String propertyName)
propertyName - the property namepublic boolean containsProperty(String propertyName, String propertyType)
propertyName - the property namepropertyType - the property typepublic boolean containsProperty(Property property)
property - the propertypublic List<Property> getAllFloatProperties()
public List<String> getAllFloatPropertyNames()
public String getFirstFloatPropertyName()
public void setZAxisSelected(Double value)
value - the new z axis selectedpublic Double getZAxisSelected()
public void setZAxis(ZAxis zAxis)
zAxis - the new list z axispublic ZAxis getZAxis()
public void setDataStore(String dataStore)
dataStore - the new data storepublic String getDataStore()
public void setBorderLayer(boolean isBorderLayer)
isBorderLayer - the new border layerpublic boolean isBorderLayer()
public void setGeoserverUrl(String geoserverUrl)
geoserverUrl - the new geoserver urlpublic String getGeoserverUrl()
public void setGeoserverWmsUrl(String geoserverWmsUrl)
geoserverWmsUrl - the new geoserver wms urlpublic String getGeoserverWmsUrl()
public void setTitle(String title)
title - the new titlepublic String getTitle()
public long getId()
public void setId(long id)
id - the new idpublic void setOrder(long order)
order - the new orderpublic long getOrder()
public String getCqlFilter()
public void setCqlFilter(String cqlFilter)
cqlFilter - the new cql filterpublic void setUUID(String uUID)
uUID - the new uuidpublic String getUUID()
public boolean isExternal()
public void setExternal(boolean isExternal)
isExternal - the isExternal to setpublic boolean isCqlFilterAvailable()
public void setCqlFilterAvailable(boolean cqlFilterAvailable)
cqlFilterAvailable - the new cql filter availablepublic String getServerWmsRequest()
public void setServerWmsRequest(String serverWmsRequest)
serverWmsRequest - the new server wms requestpublic Map<String,String> getWmsNotStandardParams()
public void setWmsNotStandardParams(Map<String,String> wmsNotStandardParams)
wmsNotStandardParams - the wmsNotStandardParams to setCopyright © 2016. All Rights Reserved.