Class EncDataset
- java.lang.Object
-
- com.esri.arcgisruntime.hydrography.EncDataset
-
public final class EncDataset extends Object
Represents one of the datasets in aEncExchangeSet
.An instance of an
EncDataset
can be used to create anEncCell
.- Since:
- 100.2.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the description.Envelope
getExtent()
Gets the extent.String
getName()
Gets the name.String
getVolumeName()
Gets the volume name.
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the description.- Returns:
- the description
- Since:
- 100.2.0
-
getExtent
public Envelope getExtent()
Gets the extent.- Returns:
- the extent
- Since:
- 100.2.0
-
getName
public String getName()
Gets the name.- Returns:
- the name
- Since:
- 100.2.0
-
getVolumeName
public String getVolumeName()
Gets the volume name.- Returns:
- the volume name
- Since:
- 100.2.0
-
-