BasicStyle class

Simple style for shapes.

@author Andrea Antonello (www.hydrologis.com)

Constructors

BasicStyle()

Properties

dashPattern String
The pattern to dash lines.
getter/setter pair
decimationFactor double
Decimation factor for geometries.
getter/setter pair
enabled int
Defines if the layer is enabled.
getter/setter pair
fillalpha double
getter/setter pair
fillcolor String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
labelfield String
Field to use for labeling.
getter/setter pair
labelsize double
The text size.
getter/setter pair
labelvisible int
Defines if the labeling is enabled.
getter/setter pair
maxZoom int
Max possible zoom level.
getter/setter pair
minZoom int
Min possible zoom level.
getter/setter pair
name String
getter/setter pair
order int
Vertical order of the layer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape String
WKT shape name.
getter/setter pair
size double
getter/setter pair
strokealpha double
getter/setter pair
strokecolor String
getter/setter pair
themeMap Map<String, BasicStyle>?
If a unique style is defined, the hashmap contains in key the unique value and in value the style to apply.
getter/setter pair
width double
The stroke width.
getter/setter pair

Methods

duplicate() BasicStyle
insertValuesString() String
@return a string that can be used in a sql insert statement with all the values placed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFromJson(String json) → void
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

DASH String
final
DECIMATION String
final
ENABLED String
final
FILLALPHA String
final
FILLCOLOR String
final
ID String
final
LABELFIELD String
final
LABELSIZE String
final
LABELVISIBLE String
final
MAXZOOM String
final
MINZOOM String
final
NAME String
final
ORDER String
final
SHAPE String
final
SIZE String
final
STROKEALPHA String
final
STROKECOLOR String
final
THEME String
final
UNIQUEVALUES String
final
WIDTH String
final