public class Feature
extends java.lang.Object
Constructor and Description |
---|
Feature() |
Modifier and Type | Method and Description |
---|---|
oracle.spatial.geometry.JGeometry |
getGeom()
Gets the feature geometry
|
java.lang.String |
getId()
Gets the feature id
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Gets the feature properties
|
static int |
getSrid() |
java.lang.String |
getType()
Gets the feature type
|
void |
setGeom(oracle.spatial.geometry.JGeometry geometry)
Sets the feature geometry
|
void |
setId(java.lang.String id)
Sets the feature id
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Sets the feature properties
|
static void |
setSrid(int srid) |
void |
setType(java.lang.String type)
Sets the feature type
|
public static void setSrid(int srid)
public static int getSrid()
public java.lang.String getType()
public void setType(java.lang.String type)
type
-public java.lang.String getId()
public void setId(java.lang.String id)
id
-public oracle.spatial.geometry.JGeometry getGeom()
public void setGeom(oracle.spatial.geometry.JGeometry geometry)
geometry
-public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
properties
-