Uses of Class
org.universAAL.ontology.location.Place

Packages that use Place
org.universAAL.ontology.location   
org.universAAL.ontology.location.indoor   
org.universAAL.ontology.location.outdoor   
org.universAAL.ontology.location.position   
org.universAAL.ontology.phThing   
org.universAAL.ontology.profile   
org.universAAL.ontology.shape   
 

Uses of Place in org.universAAL.ontology.location
 

Subclasses of Place in org.universAAL.ontology.location
 class Way
          Ontological representation of a way, which is a physical embodiment of a path.
 

Methods in org.universAAL.ontology.location that return Place
 Place Place.getSmallestContaining(Point p)
          returns the smallest, contained place that contains the given point does not consider overlapping Places
 

Methods in org.universAAL.ontology.location with parameters of type Place
 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
 

Uses of Place in org.universAAL.ontology.location.indoor
 

Subclasses of Place in org.universAAL.ontology.location.indoor
 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.
 

Uses of Place in org.universAAL.ontology.location.outdoor
 

Subclasses of Place in org.universAAL.ontology.location.outdoor
 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.
 

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

Constructors in org.universAAL.ontology.location.position with parameters of type Place
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)
           
 

Uses of Place in org.universAAL.ontology.phThing
 

Methods in org.universAAL.ontology.phThing with parameters of type Place
 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
 

Uses of Place in org.universAAL.ontology.profile
 

Subclasses of Place in org.universAAL.ontology.profile
 class AALSpace
          Ontology class representing an AAL Space
 

Uses of Place in org.universAAL.ontology.shape
 

Methods in org.universAAL.ontology.shape with parameters of type Place
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 © 2014 universAAL Consortium. All Rights Reserved.