Package org.forester.phylogeny.data
Class Point
java.lang.Object
org.forester.phylogeny.data.Point
- All Implemented Interfaces:
 PhylogenyData
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionPoint()Point(String geodetic_datum, BigDecimal lat, BigDecimal longitude) Point(String geodetic_datum, BigDecimal lat, BigDecimal longitude, BigDecimal alt, String alt_unit)  - 
Method Summary
Modifier and TypeMethodDescriptionasText()copy()Creates a new PhylogenyData object with identical values as this PhylogenyData.booleanisEmpty()booleanisEqual(PhylogenyData point) Compares this PhylogenyData to PhylogenyData data.static final booleantoNHX()voidtoPhyloXML(Writer writer, int level, String indentation) Writes a phyloXML representation of this phylogeny data.toString() 
- 
Field Details
- 
UNKNOWN_GEODETIC_DATUM
- See Also:
 
 
 - 
 - 
Constructor Details
- 
Point
public Point() - 
Point
 - 
Point
public Point(String geodetic_datum, BigDecimal lat, BigDecimal longitude, BigDecimal alt, String alt_unit)  
 - 
 - 
Method Details
- 
isEmpty
public boolean isEmpty() - 
asSimpleText
- Specified by:
 asSimpleTextin interfacePhylogenyData
 - 
asText
- Specified by:
 asTextin interfacePhylogenyData
 - 
copy
Description copied from interface:PhylogenyDataCreates a new PhylogenyData object with identical values as this PhylogenyData. This ~should~ return a deep copy, but not there yet.- Specified by:
 copyin interfacePhylogenyData- Returns:
 - a ~deep~ copy of this PhylogenyData
 
 - 
getAltitude
 - 
getAltiudeUnit
 - 
getGeodeticDatum
 - 
getLatitude
 - 
getLongitude
 - 
isEqual
Description copied from interface:PhylogenyDataCompares this PhylogenyData to PhylogenyData data. In general, this should return true if and only if all fiels are exactly identical.- Specified by:
 isEqualin interfacePhylogenyData- Returns:
 - in general, true if and only if all fiels are exactly identical, false otherwise
 
 - 
toNHX
- Specified by:
 toNHXin interfacePhylogenyData
 - 
toPhyloXML
Description copied from interface:PhylogenyDataWrites a phyloXML representation of this phylogeny data.- Specified by:
 toPhyloXMLin interfacePhylogenyData- Throws:
 IOException
 - 
toString
 - 
isSeemsEmpty
 
 -