org.h2gis.h2spatialapi
Class AbstractFunction
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
- All Implemented Interfaces:
- Function
- Direct Known Subclasses:
- DeterministicScalarFunction
public abstract class AbstractFunction
- extends Object
- implements Function
Function that handle properties in a map
- Author:
- Nicolas Fortin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFunction
public AbstractFunction()
getProperty
public Object getProperty(String propertyName)
- Description copied from interface:
Function
- Optional function properties
- Specified by:
getProperty in interface Function
- Returns:
- The value or null if not exists
addProperty
public void addProperty(String propertyName,
Object value)
- Parameters:
propertyName - Property identifiervalue - New property value
removeProperty
public boolean removeProperty(String propertyName)
- Parameters:
propertyName - Property identifier
- Returns:
- True if the property is removed
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.