|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhpotsdam.unfolding.data.Feature
de.fhpotsdam.unfolding.data.PointFeature
public class PointFeature
Stores a single location.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.fhpotsdam.unfolding.data.Feature |
---|
Feature.FeatureType |
Field Summary | |
---|---|
Location |
location
The location of this point feature. |
Fields inherited from class de.fhpotsdam.unfolding.data.Feature |
---|
properties |
Constructor Summary | |
---|---|
PointFeature()
Creates a PointFeature. |
|
PointFeature(Location location)
Creates a PointFeature with a single location. |
Method Summary | |
---|---|
Location |
getLocation()
Returns the single location of this point feature. |
void |
setLocation(Location location)
Sets the single location of this point feature. |
Methods inherited from class de.fhpotsdam.unfolding.data.Feature |
---|
addProperty, getId, getProperties, getProperty, getStringProperty, getType, putProperty, setId, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Location location
Constructor Detail |
---|
public PointFeature()
public PointFeature(Location location)
location
- The location.Method Detail |
---|
public Location getLocation()
public void setLocation(Location location)
location
- A location.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |