java.lang.Object
com.esri.arcgisruntime.hydrography.EncFeature
- All Implemented Interfaces:
GeoElement
Represents a feature within an ENC (Electronic Navigational Chart).
- Since:
- 100.2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the acronym of the ENC feature.getAttributeDescription
(String acronym) Gets the description of an ENC feature acronym.Gets the attributes of the GeoElement as a collection of name/value pairs.Gets the description of the ENC feature.Gets the geometry which defines the shape and location of the GeoElement.void
setGeometry
(Geometry geometry) Sets the geometry defines the shape and location of the GeoElement.
-
Method Details
-
getAttributeDescription
Gets the description of an ENC feature acronym.- Parameters:
acronym
- an attribute acronym- Returns:
- the description of an ENC feature acronym if that acronym exists, otherwise the input acronym
- Since:
- 100.2.0
-
getAcronym
Gets the acronym of the ENC feature.- Returns:
- the acronym of the ENC feature
- Since:
- 100.2.0
-
getDescription
Gets the description of the ENC feature.- Returns:
- the description of the ENC feature
- Since:
- 100.2.0
-
getAttributes
Description copied from interface:GeoElement
Gets the attributes of the GeoElement as a collection of name/value pairs.Attribute values are returned as Object instances, but the underlying value type is based on the
Field.Type
.- Specified by:
getAttributes
in interfaceGeoElement
- Returns:
- the attributes of the GeoElement as a collection of name/value pairs
-
getGeometry
Description copied from interface:GeoElement
Gets the geometry which defines the shape and location of the GeoElement.- Specified by:
getGeometry
in interfaceGeoElement
- Returns:
- the geometry defines the shape and location of the GeoElement, or null if none
-
setGeometry
Description copied from interface:GeoElement
Sets the geometry defines the shape and location of the GeoElement.- Specified by:
setGeometry
in interfaceGeoElement
- Parameters:
geometry
- the geometry defines the shape and location of the GeoElement
-