public class MetaSpatialPoint extends MetaSpatialGeometry
CALIBRATION_LEVEL, HIERARCHY_LEVEL, SPECTRUM_LEVEL| Constructor and Description |
|---|
MetaSpatialPoint() |
MetaSpatialPoint(attribute attr) |
MetaSpatialPoint(attribute attr,
java.lang.Object meta_value) |
MetaSpatialPoint(java.lang.String category_name,
java.lang.String category_value,
java.lang.Object meta_value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEAVValue() |
Point2D |
getPoint2D()
Get the coordinates of this point.
|
void |
setValue(Point2D coord)
Set the coordinates of this point.
|
allows_multi_insert, getCoords, hasEqualValue, setEmptyValue, setValue, valueAsStringgetAnnotation, getAttributeId, getAttributeName, getBlob_lazy_loading, getBlob_size_in_MB, getBlob_size, getCategoryName, getCategoryValue, getDefaultStorageField, getDefaultUnitId, getDescription, getEavId, getFieldPos, getIsBooleanValue, getLevel, getUnitId, getUnitName, getValue, newInstance, newInstance, newInstance, setAnnotation, setAttributeId, setAttributeName, setBlob_lazy_loading, setBlob_size, setCategoryName, setCategoryValue, setDefaultStorageField, setDefaultUnitId, setDescription, setEavId, setIsBooleanValue, setLevel, setUnitId, setUnitName, setUnits, setValue, setValuepublic MetaSpatialPoint()
public MetaSpatialPoint(java.lang.String category_name,
java.lang.String category_value,
java.lang.Object meta_value)
throws MetaParameterFormatException
MetaParameterFormatExceptionpublic MetaSpatialPoint(attribute attr, java.lang.Object meta_value) throws MetaParameterFormatException
MetaParameterFormatExceptionpublic MetaSpatialPoint(attribute attr)
public void setValue(Point2D coord) throws MetaParameterFormatException
coord - coordinate structure (Lon = x and Lat = y)MetaParameterFormatException - could set valuepublic Point2D getPoint2D()
public java.lang.Object getEAVValue()
getEAVValue in class MetaParameter