java.lang.Object
com.esri.arcgisruntime.data.ShapefileInfo
Contains metadata information about a shapefile. If a shapefile has an associated xml file, the shapefile
info will be created and populated with metadata from the file. If a xml file does not exist, this object will be null.
- Since:
- 100.2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the copyright text of the shapefile.Gets the credits of the shapefile.Gets the description of the shapefile.Gets the summary of the shapefile.getTags()
Gets the tags of the shapefile.byte[]
Returns a byte array containing the thumbnail data.
-
Method Details
-
getCopyrightText
Gets the copyright text of the shapefile.- Returns:
- the copyright text of the shapefile
- Since:
- 100.2.0
-
getCredits
Gets the credits of the shapefile.- Returns:
- the credits of the shapefile.
- Since:
- 100.2.0
-
getDescription
Gets the description of the shapefile.- Returns:
- the description of the shapefile.
- Since:
- 100.2.0
-
getSummary
Gets the summary of the shapefile.- Returns:
- the summary of the shapefile.
- Since:
- 100.2.0
-
getTags
Gets the tags of the shapefile.- Returns:
- an unmodifiable list of the tags of the shapefile
- Since:
- 100.2.0
-
getThumbnail
public byte[] getThumbnail()Returns a byte array containing the thumbnail data. Will return null if no thumbnail is available.- Returns:
- the thumbnail bytes
- Since:
- 100.2.0
-