API / geotoolkit / map / util / WebMap
Namespaces
Classes
Type Aliases
Type Aliases
Ƭ LayerType: Object
| Name | Type |
|---|---|
columnDelimiter? | string |
customParameters? | Record<string, string | number> |
id? | string |
isReference? | boolean |
layerDefinition? | LayerType & { drawingInfo?: { labelingInfo?: { symbol?: TextSymbol }[] } ; maxScale?: number ; minScale?: number ; objectIdField?: string } |
layerType? | string |
lineSymbol? | Symbol |
locationInfo? | { latitudeFieldName?: string ; locationType?: string ; longitudeFieldName?: string } |
locationInfo.latitudeFieldName? | string |
locationInfo.locationType? | string |
locationInfo.longitudeFieldName? | string |
maxScale? | number |
minScale? | number |
opacity? | number |
pointSymbol? | Symbol |
polygonSymbol? | Symbol |
showLabels? | boolean |
styleUrl? | string |
subDomains? | string[] |
symbolTileSize? | number |
templateUrl? | string |
title? | string |
type? | string |
url? | string |
visibility? | boolean |
visibleLayers? | string[] |
wfsInfo? | { name?: string } |
wfsInfo.name? | string |