Uses of Class
org.universAAL.ontology.location.position.CoordinateSystem

Packages that use CoordinateSystem
org.universAAL.ontology.location.position   
org.universAAL.ontology.shape   
 

Uses of CoordinateSystem in org.universAAL.ontology.location.position
 

Subclasses of CoordinateSystem in org.universAAL.ontology.location.position
 class OriginedMetric
          Ontological representation of an origined metric in a geometric coordinate system.
 

Fields in org.universAAL.ontology.location.position declared as CoordinateSystem
static CoordinateSystem CoordinateSystem.WGS84
           
 

Methods in org.universAAL.ontology.location.position that return CoordinateSystem
static CoordinateSystem CoordinateSystem.findCommonParentSystem(CoordinateSystem a, CoordinateSystem b)
          returns the common parent system, if possible
 CoordinateSystem Point.getCoordinateSystem()
           
 

Methods in org.universAAL.ontology.location.position with parameters of type CoordinateSystem
static CoordinateSystem CoordinateSystem.findCommonParentSystem(CoordinateSystem a, CoordinateSystem b)
          returns the common parent system, if possible
 Point Point.getInHigherCoordinateSystem(CoordinateSystem system)
          if the point is in a OriginedMetric, the point will be transformed to the given higher system A 2d point gets transformed to a 3d point, because all non local coordinate systems are 3d
 void Point.setCoordinateSystem(CoordinateSystem system)
           
 

Constructors in org.universAAL.ontology.location.position with parameters of type CoordinateSystem
Point(double x, double y, CoordinateSystem system)
           
Point(double x, double y, double z, CoordinateSystem system)
           
Point(String uri, double x, double y, CoordinateSystem system)
          Point constructor.
Point(String uri, double x, double y, double z, CoordinateSystem system)
          Point constructor.
 

Uses of CoordinateSystem in org.universAAL.ontology.shape
 

Methods in org.universAAL.ontology.shape that return CoordinateSystem
 CoordinateSystem Shape.getLocalCoordinateSystem()
           
 

Methods in org.universAAL.ontology.shape with parameters of type CoordinateSystem
 void Shape.setLocalCoordinateSystem(CoordinateSystem system)
           
 void Path.setLocalCoordinateSystem(CoordinateSystem cs)
           
 

Constructors in org.universAAL.ontology.shape with parameters of type CoordinateSystem
Box(double width, double height, double depth, CoordinateSystem system)
           
Box(String uri, double width, double height, double depth, CoordinateSystem system)
           
Circle(double radius, CoordinateSystem system)
           
Circle(String uri, double radius, CoordinateSystem system)
           
Ellipse(double minorAxisLength, double majorAxisLength, CoordinateSystem system)
          Creates a new ellipse
Ellipse(String uri, double minorAxisLength, double majorAxisLength, CoordinateSystem system)
          Creates a new ellipse
Shape(CoordinateSystem system)
          Creates a Shape object
Shape(Point pointRep, CoordinateSystem system)
          Creates a Shape object
Shape(String uri, CoordinateSystem system)
          Creates a Shape object
Shape(String uri, Point pointRep, CoordinateSystem system)
          Creates a Shape object
Shape2D(CoordinateSystem system)
          Creates a Shape object
Shape2D(String uri, CoordinateSystem system)
          Creates a Shape object
Shape3D(CoordinateSystem system)
          Creates a Shape object
Shape3D(Point pointRep, CoordinateSystem system)
          Creates a Shape object
Shape3D(String uri, CoordinateSystem system)
          Creates a Shape object
Shape3D(String uri, Point pointRep, CoordinateSystem system)
          Creates a Shape object
Sphere(double radius, CoordinateSystem system)
           
Sphere(String uri, double radius, CoordinateSystem system)
          create a new Sphere
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.