RenderthemeLevel class
Constructors
-
RenderthemeLevel.new({required List<
Rule> rulesList})
Properties
-
closedWayMatchingCache
↔ Map<
MatchingCacheKey, List< Shape> > -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
openWayMatchingCache
↔ Map<
MatchingCacheKey, List< Shape> > -
getter/setter pair
-
poiMatchingCache
↔ Map<
MatchingCacheKey, List< Shape> > -
getter/setter pair
-
rulesList
→ List<
Rule> -
A list of rules which contains a list of rules which ...
see defaultrender.xml how this is constructed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
matchClosedWay(
Tile tile, Way way) → List< Shape> - Matches a closed way with the given parameters against this RenderTheme.
-
matchLinearWay(
Tile tile, Way way) → List< Shape> - Matches a linear way with the given parameters against this RenderTheme.
-
matchNode(
Tile tile, NodeProperties nodeProperties) → List< Shape> - Matches a node with the given parameters against this RenderTheme.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited