public interface SpatialFeature
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
JGeometry |
getGeom()
Returns the feature's geometry
|
java.lang.String |
getId()
Gets the feature's unique identifier
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Gets the feature's properties, if any
|
java.lang.String |
getSpatialLayerName()
Returns the name of the spatial data layer that contains the feature
|
JGeometry getGeom()
java.lang.String getId()
java.util.Map<java.lang.String,java.lang.Object> getProperties()
java.lang.String getSpatialLayerName()
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.