public class OccurrencePointVector2D extends Object
| Modifier and Type | Field and Description |
|---|---|
LinkedHashMap<String,String> |
metadata |
float |
x |
float |
y |
| Constructor and Description |
|---|
OccurrencePointVector2D(float x,
float y) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadataToMap(String name,
String value) |
Map<String,String> |
getmetadata() |
float |
getX() |
float |
getY() |
void |
setMap(LinkedHashMap<String,String> metadataMap) |
public float x
public float y
public LinkedHashMap<String,String> metadata
Copyright © 2015. All Rights Reserved.