public class FeatureRow extends Object implements Serializable
| Constructor and Description |
|---|
FeatureRow() |
FeatureRow(Map<String,List<String>> mapProperties,
FeatureGeometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCrsName() |
FeatureGeometry |
getGeometry() |
String |
getId() |
Map<String,List<String>> |
getMapProperties() |
void |
setCrsName(String crsName) |
void |
setGeometry(FeatureGeometry geometry) |
void |
setId(String id) |
void |
setMapProperties(Map<String,List<String>> mapProperties) |
String |
toString() |
public FeatureRow()
public FeatureRow(Map<String,List<String>> mapProperties, FeatureGeometry geometry)
public String getId()
public void setId(String id)
public String getCrsName()
public void setCrsName(String crsName)
public FeatureGeometry getGeometry()
public void setGeometry(FeatureGeometry geometry)
Copyright © 2022. All Rights Reserved.