ShapefileInfo class final

An object that represents a shapefile info.

If a shapefile has an associated .xml file, shapefile info will be created and populated with metadata from the file. If an .xml file does not exist, this object will be null.

Implemented types

Properties

copyrightText String
The copyright text of the shapefile.
no setter
credits String
The credits of the shapefile.
no setter
description String
The description of the shapefile.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String
The summary of the shapefile.
no setter
tags List<String>
The tags of the shapefile.
no setter
thumbnail ArcGISImage?
The thumbnail of the shapefile.
no setter

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