public class SpatialDomain extends Object implements IDiscreteValueDomain<IBoundingBox>
Constructor and Description |
---|
SpatialDomain() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(IBoundingBox t) |
String |
getDomainDescription() |
List |
getPossibleValues() |
IBoundingBox |
produceValue(String... stringArray)
NOT YET IMPLEMENTED
|
String |
toXML() |
public List getPossibleValues()
getPossibleValues
in interface IDiscreteValueDomain<IBoundingBox>
public boolean containsValue(IBoundingBox t)
containsValue
in interface IValueDomain<IBoundingBox>
t
- the value to checktrue
,if the value t is part of this value domain.public String getDomainDescription()
getDomainDescription
in interface IValueDomain<IBoundingBox>
public String toXML()
toXML
in interface IValueDomain<IBoundingBox>
public IBoundingBox produceValue(String... stringArray)
produceValue
in interface IValueDomain<IBoundingBox>
stringArray
- Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.