-
- All Implemented Interfaces:
public class Feature extends LocationAware
Feature is spatially bounded entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Feature.Companion
-
Method Summary
Modifier and Type Method Description final String
getId()
final Unit
setId(String id)
final String
getEid()
eid
property of Feature returned from POI API.final String
getTypeCode()
final Geometry
getGeometry()
final Location
getLocation()
-
-
Method Detail
-
getId
final String getId()
String GUID value representing internal identifier. Corresponds to
fid
property of Feature returned from POI API
-
getEid
final String getEid()
eid
property of Feature returned from POI API. Represents the external identifier.
-
getTypeCode
final String getTypeCode()
-
getGeometry
final Geometry getGeometry()
-
getLocation
final Location getLocation()
-
-
-
-