public class Feature
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Feature() |
Modifier and Type | Method and Description |
---|---|
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(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 JGeometry getGeom()
public java.lang.String getId()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public static int getSrid()
public java.lang.String getType()
public void setGeom(JGeometry geometry)
geometry
-public void setId(java.lang.String id)
id
-public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
properties
-public static void setSrid(int srid)
public void setType(java.lang.String type)
type
-Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.