| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.source.tile | |
| org.wicketstuff.openlayers3.api.style | |
| org.wicketstuff.openlayers3.api.util |
| Modifier and Type | Method and Description |
|---|---|
CorsPolicy |
TileJson.getCrossOrigin()
Returns the CORS (Cross Origin Resource Sharing) policy for this source.
|
| Modifier and Type | Method and Description |
|---|---|
TileJson |
TileJson.crossOrigin(CorsPolicy crossOrigin)
Sets the CORS (Cross Origin Resource Sharing) policy for this source.
|
void |
TileJson.setCrossOrigin(CorsPolicy crossOrigin)
Sets the CORS (Cross Origin Resource Sharing) policy for this source.
|
| Constructor and Description |
|---|
TileJson(String url,
CorsPolicy crossOrigin)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CorsPolicy |
Icon.getCrossOrigin()
Returns the CORS (Cross Origin Resource Sharing) policy for this icon.
|
| Modifier and Type | Method and Description |
|---|---|
Icon |
Icon.crossOrigin(CorsPolicy crossOrigin)
Sets the CORS (Cross Origin Resource Sharing) policy for this icon.
|
void |
Icon.setCrossOrigin(CorsPolicy crossOrigin)
Sets the CORS (Cross Origin Resource Sharing) policy for this icon.
|
| Constructor and Description |
|---|
Icon(Coordinate anchor,
Icon.Origin anchorOrigin,
Icon.Unit anchorXUnits,
Icon.Unit anchorYUnits,
Number opacity,
String src,
CorsPolicy crossOrigin)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static CorsPolicy |
CorsPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorsPolicy[] |
CorsPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017. All rights reserved.