public class CvDiscretePointCoverage extends Object implements Value<PointValuePair>
| Constructor and Description |
|---|
CvDiscretePointCoverage(String gmlId) |
| Modifier and Type | Method and Description |
|---|---|
<X,E extends Exception> |
accept(ValueVisitor<X,E> visitor) |
String |
getDomainExtent() |
String |
getGmlId() |
ReferenceType |
getRangeType() |
String |
getUnit()
Get the unit of measure
|
UoM |
getUnitObject()
Get the unit of measure object
|
PointValuePair |
getValue()
Get the measurement value
|
boolean |
isSetDomainExtent() |
boolean |
isSetValue()
Check whether the value is set
|
void |
setDomainExtent(String domainExtent) |
void |
setRangeType(ReferenceType rangeType) |
void |
setUnit(String unit)
Set the unit of measure
|
CvDiscretePointCoverage |
setUnit(UoM unit)
Set the unit of measure object
|
CvDiscretePointCoverage |
setValue(PointValuePair value)
Set the measurment value
|
public CvDiscretePointCoverage(String gmlId)
public String getGmlId()
public String getDomainExtent()
public void setDomainExtent(String domainExtent)
domainExtent - the domainExtent to setpublic boolean isSetDomainExtent()
public ReferenceType getRangeType()
public void setRangeType(ReferenceType rangeType)
rangeType - the rangeType to setpublic CvDiscretePointCoverage setValue(PointValuePair value)
ValuesetValue in interface Value<PointValuePair>value - Value to setpublic PointValuePair getValue()
ValuegetValue in interface Value<PointValuePair>public boolean isSetValue()
ValueisSetValue in interface Value<PointValuePair>true, if value is setpublic void setUnit(String unit)
ValuesetUnit in interface Value<PointValuePair>unit - Unit of measurepublic CvDiscretePointCoverage setUnit(UoM unit)
ValuesetUnit in interface Value<PointValuePair>unit - Unit of measurepublic String getUnit()
ValuegetUnit in interface Value<PointValuePair>public UoM getUnitObject()
ValuegetUnitObject in interface Value<PointValuePair>public <X,E extends Exception> X accept(ValueVisitor<X,E> visitor) throws E extends Exception
accept in interface Value<PointValuePair>E extends ExceptionCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.