Layer class

Constructors

Layer({required String name, required int extent, required List<Feature> features, required int version})
The default constructor.
const
Layer.fromRaw(Layer layer)
Creates a Layer from a vt.Layer instance.

Properties

extent int
Extent of the layer.
final
features List<Feature>
Features of the layer.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Name of the Layer.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
Version of the layer.
final

Methods

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