| Package | Description | 
|---|---|
| org.universAAL.ontology.location.position | |
| org.universAAL.ontology.shape | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OriginedMetric
Ontological representation of an origined metric in a geometric coordinate
 system. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static CoordinateSystem | 
CoordinateSystem.WGS84  | 
| Modifier and Type | Method and Description | 
|---|---|
static CoordinateSystem | 
CoordinateSystem.findCommonParentSystem(CoordinateSystem a,
                      CoordinateSystem b)
returns the common parent system, if possible 
 | 
CoordinateSystem | 
Point.getCoordinateSystem()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Constructor and Description | 
|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CoordinateSystem | 
Shape.getLocalCoordinateSystem()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Shape.setLocalCoordinateSystem(CoordinateSystem system)  | 
void | 
Path.setLocalCoordinateSystem(CoordinateSystem cs)  | 
| Constructor and Description | 
|---|
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 © 2018 universAAL Consortium. All rights reserved.