Class AbstractObjectToTimefeatureAttributeGetter
java.lang.Object
org.gvsig.fmap.dal.feature.impl.attributegetter.AbstractObjectToTimefeatureAttributeGetter
- All Implemented Interfaces:
org.gvsig.fmap.dal.feature.FeatureAttributeGetter
- Direct Known Subclasses:
AbstractAbsoluteInstantFeatureAttributeGetter,AbstractRelativeInstantFeatureAttributeGetter
public abstract class AbstractObjectToTimefeatureAttributeGetter
extends Object
implements org.gvsig.fmap.dal.feature.FeatureAttributeGetter
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.gvsig.tools.dataTypes.DataTypesManagerprotected static final org.slf4j.Loggerprotected static final org.gvsig.timesupport.TimeSupportManager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.feature.FeatureAttributeGetter
getDataType, getter, setter
-
Field Details
-
TIME_SUPPORT_MANAGER
protected static final org.gvsig.timesupport.TimeSupportManager TIME_SUPPORT_MANAGER -
DATA_TYPES_MANAGER
protected static final org.gvsig.tools.dataTypes.DataTypesManager DATA_TYPES_MANAGER -
LOG
protected static final org.slf4j.Logger LOG
-
-
Constructor Details
-
AbstractObjectToTimefeatureAttributeGetter
public AbstractObjectToTimefeatureAttributeGetter()
-