Polygon class

Inheritance

Constructors

Polygon({LineString? boundary, List<LineString>? holes, SpatialReferenceSystem? srs})

Properties

boundary LineString
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holes List<LineString>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srs SpatialReferenceSystem?
getter/setter pairinherited

Methods

asGeoJson() String
inherited
asWKT() String
inherited
getGeoJsonType() String
override
getJsonCoordinatePairs() String
override
getWktCoordinatePairs() String
override
getWktType() String
override
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

Constants

geoJsonType → const String
wktType → const String