Modifier and Type | Class and Description |
---|---|
class |
Way
Ontological representation of a way, which is a physical embodiment of a
path.
|
Modifier and Type | Method and Description |
---|---|
Place |
Place.getSmallestContaining(Point p)
returns the smallest, contained place that contains the given point does
not consider overlapping Places
|
Modifier and Type | Method and Description |
---|---|
void |
Place.addContainedLocation(Place location,
float x,
float y,
float z)
Adds a place this place contains, originated at the given point
|
void |
Place.addContainedLocationRelativeToCorner(Place location,
float x,
float y,
float z)
Adds a place this place contains, originated at the given point.
|
void |
Place.setContainingLocation(Place place,
float x,
float y,
float z)
Sets the place this place is contained in, originated at the given point
|
Modifier and Type | Class and Description |
---|---|
class |
BuildingLevel
Ontological representation of a level of a building (the whole floor).
|
class |
Corridor
Ontological representation of corridor in a house.
|
class |
EntranceHall
Ontological representation of the entrance hall of a house.
|
class |
Hall
Ontological representation of the hall of a house.
|
class |
Home
Ontological representation of a house as an indoor place.
|
class |
HomeArea
Ontological representation of a delimited area within a house (do not mistake
with the house itself).
|
class |
IndoorPlace
Ontological representation of a place that is covered (indoors).
|
class |
Room
Ontological representation of a room in a house.
|
class |
StairCase
Ontological representation of a staircase area in a house.
|
class |
StairWay
Ontological representation of a stairway connecting levels.
|
Modifier and Type | Class and Description |
---|---|
class |
Building
Ontological representation of any building.
|
class |
City
Ontological representation of a city as a generic outdoor place.
|
class |
CityPlace
Ontological representation of an outdoor place in a city.
|
class |
CityQuarter
Ontological representation of a city quarter or neighborhood.
|
class |
CityRegion
Ontological representation of a region in which a city is divided.
|
class |
Country
Ontological representation of a country as a generic outdoor place.
|
class |
OutdoorPlace
Ontological representation of a place located outdoors.
|
class |
Region
Ontological representation of a region as a generic outdoor place.
|
class |
State
Ontological representation of a state as a generic outdoor place.
|
Constructor and Description |
---|
OriginedMetric(double x,
double y,
double z,
Place place)
creates a coordinate system with the origin at the coordinates x,y,z in
the coordinate system of the place's shape
|
OriginedMetric(String uri,
float x,
float y,
float z,
Place place) |
Modifier and Type | Method and Description |
---|---|
void |
PhysicalThing.setLocation(Place o,
float x,
float y,
float z)
Defines, that the PhysicalThing is located in location o at point x,y,z
Warning: This does not set the PROP_PHYSICAL_LOCATION property to o, but
to an new anon place, that is "contained in" the given location Note: the
coordinates are defining the center of the PhysicalThing relative to the
center of the containing location
|
Modifier and Type | Class and Description |
---|---|
class |
Space
Ontology class representing an Space
|
Modifier and Type | Method and Description |
---|---|
static Box |
Box.createByCorner(String uri,
double width,
double height,
double depth,
Place parent)
assumes the given coordinate system to be centered at the lower left
corner of the object, not the center.
|
Copyright © 2018 universAAL Consortium. All rights reserved.