public class FeatureDependentLabeled
extends java.lang.Object
implements org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethod
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FEATURE_DEP_LABELED_PERSISTENCE_NAME |
| Constructor and Description |
|---|
FeatureDependentLabeled() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLabelClass(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lbl) |
boolean |
allowsMultipleClass() |
void |
clearAllClasses() |
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethod |
cloneMethod() |
boolean |
definesPriorities() |
void |
deleteLabelClass(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lbl) |
java.lang.String |
getClassName() |
org.gvsig.fmap.dal.feature.FeatureSet |
getFeatureIteratorByLabelClass(org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect layer,
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lc,
org.gvsig.fmap.mapcontext.ViewPort viewPort,
java.lang.String[] usedFields) |
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass |
getLabelClassByName(java.lang.String labelName) |
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass[] |
getLabelClasses() |
void |
loadFromState(org.gvsig.tools.persistence.PersistentState state) |
static void |
registerPersistent() |
void |
renameLabelClass(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lbl,
java.lang.String newName) |
void |
saveToState(org.gvsig.tools.persistence.PersistentState state) |
void |
setDefinesPriorities(boolean flag) |
public static final java.lang.String FEATURE_DEP_LABELED_PERSISTENCE_NAME
public void addLabelClass(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lbl)
throws java.lang.IllegalArgumentException
addLabelClass in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodjava.lang.IllegalArgumentExceptionpublic boolean allowsMultipleClass()
allowsMultipleClass in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodpublic void clearAllClasses()
clearAllClasses in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodpublic org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethod cloneMethod()
cloneMethod in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodpublic boolean definesPriorities()
definesPriorities in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodpublic void deleteLabelClass(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lbl)
deleteLabelClass in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodpublic java.lang.String getClassName()
public org.gvsig.fmap.dal.feature.FeatureSet getFeatureIteratorByLabelClass(org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect layer,
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lc,
org.gvsig.fmap.mapcontext.ViewPort viewPort,
java.lang.String[] usedFields)
throws org.gvsig.fmap.dal.exception.DataException
getFeatureIteratorByLabelClass in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodorg.gvsig.fmap.dal.exception.DataExceptionpublic org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass getLabelClassByName(java.lang.String labelName)
getLabelClassByName in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodpublic org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass[] getLabelClasses()
getLabelClasses in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodpublic void loadFromState(org.gvsig.tools.persistence.PersistentState state)
throws org.gvsig.tools.persistence.exception.PersistenceException
loadFromState in interface org.gvsig.tools.persistence.Persistentorg.gvsig.tools.persistence.exception.PersistenceExceptionpublic static void registerPersistent()
public void renameLabelClass(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lbl,
java.lang.String newName)
renameLabelClass in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodpublic void saveToState(org.gvsig.tools.persistence.PersistentState state)
throws org.gvsig.tools.persistence.exception.PersistenceException
saveToState in interface org.gvsig.tools.persistence.Persistentorg.gvsig.tools.persistence.exception.PersistenceExceptionpublic void setDefinesPriorities(boolean flag)
setDefinesPriorities in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethodCopyright © 2025 gvSIG Association. All rights reserved.