BasicStyle class Null safety
Simple style for shapes.
@author Andrea Antonello (www.hydrologis.com)
Constructors
Properties
- dashPattern ↔ String
-
The pattern to dash lines.
read / write
- decimationFactor ↔ double
-
Decimation factor for geometries.
read / write
- enabled ↔ int
-
Defines if the layer is enabled.
read / write
- fillalpha ↔ double
-
read / write
- fillcolor ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ int
-
read / write
- labelfield ↔ String
-
Field to use for labeling.
read / write
- labelsize ↔ double
-
The text size.
read / write
- labelvisible ↔ int
-
Defines if the labeling is enabled.
read / write
- maxZoom ↔ int
-
Max possible zoom level.
read / write
- minZoom ↔ int
-
Min possible zoom level.
read / write
- name ↔ String
-
read / write
- order ↔ int
-
Vertical order of the layer.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- shape ↔ String
-
WKT shape name.
read / write
- size ↔ double
-
read / write
- strokealpha ↔ double
-
read / write
- strokecolor ↔ String
-
read / write
-
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.
read / write
- width ↔ double
-
The stroke width.
read / write
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 non-existent 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