Package org.n52.shetland.ogc.gml
Class DomainOfValidity
- java.lang.Object
-
- org.n52.shetland.ogc.gml.DomainOfValidity
-
public class DomainOfValidity extends Object
Internal representation of the OGC GML DomainOfValidity.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description DomainOfValidity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EXExtentgetExExtent()booleanhasExExtent()DomainOfValiditysetExExtent(EXExtent exExtent)
-
-
-
Method Detail
-
getExExtent
public EXExtent getExExtent()
- Returns:
- the exExtent
-
setExExtent
public DomainOfValidity setExExtent(EXExtent exExtent)
- Parameters:
exExtent- the exExtent to set
-
hasExExtent
public boolean hasExExtent()
-
-