4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint Class Reference

This class represents GeoPoint value. More...

Collaboration diagram for cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint:
Collaboration graph

Public Member Functions

 GeoPoint ()
 
 GeoPoint (BigDecimal latitude, BigDecimal longitude)
 
BigDecimal getLongitude ()
 
BigDecimal getLatitude ()
 
void setLatitude (BigDecimal value)
 
void setLongitude (BigDecimal value)
 

Package Attributes

BigDecimal longitude
 
BigDecimal latitude
 

Detailed Description

This class represents GeoPoint value.

This class represents GeoPoint class. Each GeoPoint is determined by two values: latitude and longitude

Author
Jan Planer

Definition at line 231 of file GeoPointAttribute.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint.GeoPoint ( )

Constructor

Definition at line 240 of file GeoPointAttribute.java.

cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint.GeoPoint ( BigDecimal  latitude,
BigDecimal  longitude 
)

Creates new GeoPoint

Parameters
latitudelatitude of the new GeoPoint
longitudelongitude of the new GeoPoint

Definition at line 249 of file GeoPointAttribute.java.

Member Function Documentation

BigDecimal cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint.getLatitude ( )

Gets latitude

Returns
latitude

Definition at line 268 of file GeoPointAttribute.java.

BigDecimal cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint.getLongitude ( )

Gets longitude

Returns
longitude

Definition at line 259 of file GeoPointAttribute.java.

void cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint.setLatitude ( BigDecimal  value)

Sets latitude

Parameters
valuenew latitude

Definition at line 277 of file GeoPointAttribute.java.

void cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint.setLongitude ( BigDecimal  value)

Sets longitude

Parameters
valuenew longitude

Definition at line 286 of file GeoPointAttribute.java.

Member Data Documentation

BigDecimal cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint.latitude
package

Lattitude

Definition at line 235 of file GeoPointAttribute.java.

BigDecimal cz.vutbr.fit.knot.annotations.entity.attribute.GeoPointAttribute.GeoPoint.longitude
package

Longitude

Definition at line 233 of file GeoPointAttribute.java.


The documentation for this class was generated from the following file: