org.gcube.contentmanagement.timeseries.geotools.utils
Class OccurrencePointVector2D

java.lang.Object
  extended by org.gcube.contentmanagement.timeseries.geotools.utils.OccurrencePointVector2D

public class OccurrencePointVector2D
extends Object


Field Summary
 LinkedHashMap<String,String> metadata
           
 float x
           
 float y
           
 
Constructor Summary
OccurrencePointVector2D(float x, float y)
           
 
Method Summary
 void addMetadataToMap(String name, String value)
           
 Map<String,String> getmetadata()
           
 float getX()
           
 float getY()
           
 void setMap(LinkedHashMap<String,String> metadataMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

metadata

public LinkedHashMap<String,String> metadata
Constructor Detail

OccurrencePointVector2D

public OccurrencePointVector2D(float x,
                               float y)
Method Detail

getX

public float getX()

getY

public float getY()

addMetadataToMap

public void addMetadataToMap(String name,
                             String value)

setMap

public void setMap(LinkedHashMap<String,String> metadataMap)

getmetadata

public Map<String,String> getmetadata()


Copyright © 2013. All Rights Reserved.