java.lang.Object
com.esri.arcgisruntime.hydrography.EncDataset
Represents one of the datasets in a
EncExchangeSet
.
An instance of an EncDataset
can be used to create an EncCell
.
- Since:
- 100.2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the description.Gets the extent.getName()
Gets the name.Gets the volume name.
-
Method Details
-
getDescription
Gets the description.- Returns:
- the description
- Since:
- 100.2.0
-
getExtent
Gets the extent.- Returns:
- the extent
- Since:
- 100.2.0
-
getName
Gets the name.- Returns:
- the name
- Since:
- 100.2.0
-
getVolumeName
Gets the volume name.- Returns:
- the volume name
- Since:
- 100.2.0
-