org.gcube.dataaccess.spql.model.where
Class ParserCoordinate

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.where.AbstractParsableValue<Coordinate>
      extended by org.gcube.dataaccess.spql.model.where.ParserCoordinate
All Implemented Interfaces:
ParsableValue<Coordinate>

public class ParserCoordinate
extends AbstractParsableValue<Coordinate>

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  String latitudeText
           
protected  String longitudeText
           
 
Fields inherited from class org.gcube.dataaccess.spql.model.where.AbstractParsableValue
value
 
Constructor Summary
ParserCoordinate(String latitude, String longitude)
           
 
Method Summary
 String getTextValue()
          
 void parse()
           
 String toString()
          
 
Methods inherited from class org.gcube.dataaccess.spql.model.where.AbstractParsableValue
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

latitudeText

protected String latitudeText

longitudeText

protected String longitudeText
Constructor Detail

ParserCoordinate

public ParserCoordinate(String latitude,
                        String longitude)
Method Detail

getTextValue

public String getTextValue()


parse

public void parse()
           throws Exception
Throws:
Exception

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.