public class DefaultStyledFeature extends Object implements StyledFeature, CloneableFeature, AnnotatedFeature
| Constructor and Description |
|---|
DefaultStyledFeature()
Creates a new instance of DefaultStyledFeature.
|
DefaultStyledFeature(DefaultStyledFeature dsf)
Creates a new DefaultStyledFeature object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeSelected()
DOCUMENT ME!
|
Object |
clone()
DOCUMENT ME!
|
Paint |
getFillingPaint()
DOCUMENT ME!
|
com.vividsolutions.jts.geom.Geometry |
getGeometry()
DOCUMENT ME!
|
Paint |
getLinePaint()
public java.awt.Stroke getLineStyle();
|
int |
getLineWidth()
DOCUMENT ME!
|
Integer |
getMaxScaleDenominator()
DOCUMENT ME!
|
Integer |
getMinScaleDenominator()
DOCUMENT ME!
|
FeatureAnnotationSymbol |
getPointAnnotationSymbol()
DOCUMENT ME!
|
String |
getPrimaryAnnotation()
DOCUMENT ME!
|
Font |
getPrimaryAnnotationFont()
DOCUMENT ME!
|
Color |
getPrimaryAnnotationHalo()
DOCUMENT ME!
|
float |
getPrimaryAnnotationJustification()
DOCUMENT ME!
|
Paint |
getPrimaryAnnotationPaint()
DOCUMENT ME!
|
double |
getPrimaryAnnotationScaling()
DOCUMENT ME!
|
String |
getSecondaryAnnotation()
DOCUMENT ME!
|
float |
getTransparency()
DOCUMENT ME!
|
void |
hide(boolean hiding)
DOCUMENT ME!
|
boolean |
isAutoscale()
DOCUMENT ME!
|
boolean |
isEditable()
DOCUMENT ME!
|
boolean |
isHidden()
DOCUMENT ME!
|
boolean |
isHighlightingEnabled()
DOCUMENT ME!
|
boolean |
isPrimaryAnnotationVisible()
DOCUMENT ME!
|
void |
setAutoScale(boolean autoScale)
DOCUMENT ME!
|
void |
setCanBeSelected(boolean canBeSelected)
DOCUMENT ME!
|
void |
setEditable(boolean editable)
DOCUMENT ME!
|
void |
setFeatureAnnotationSymbol(FeatureAnnotationSymbol featureAnnotationSymbol)
DOCUMENT ME!
|
void |
setFillingPaint(Paint fillingStyle)
DOCUMENT ME!
|
void |
setGeometry(com.vividsolutions.jts.geom.Geometry geom)
DOCUMENT ME!
|
void |
setHighlightingEnabled(boolean enabled)
DOCUMENT ME!
|
void |
setLinePaint(Paint p)
DOCUMENT ME!
|
void |
setLineWidth(int width)
DOCUMENT ME!
|
void |
setMaxScaleDenominator(Integer max)
DOCUMENT ME!
|
void |
setMinScaleDenominator(Integer min)
DOCUMENT ME!
|
void |
setPointAnnotationSymbol(FeatureAnnotationSymbol featureAnnotationSymbol)
DOCUMENT ME!
|
void |
setPrimaryAnnotation(String primaryAnnotation)
DOCUMENT ME!
|
void |
setPrimaryAnnotationFont(Font primaryAnnotationFont)
DOCUMENT ME!
|
void |
setPrimaryAnnotationHalo(Color primaryAnnotationHalo)
DOCUMENT ME!
|
void |
setPrimaryAnnotationJustification(float just)
DOCUMENT ME!
|
void |
setPrimaryAnnotationPaint(Paint primaryAnnotationPaint)
DOCUMENT ME!
|
void |
setPrimaryAnnotationScaling(double primaryAnnotationSize)
DOCUMENT ME!
|
void |
setPrimaryAnnotationVisible(boolean visible)
DOCUMENT ME!
|
void |
setSecondaryAnnotation(String secondaryAnnotation)
DOCUMENT ME!
|
void |
setTransparency(float transparency)
DOCUMENT ME!
|
public DefaultStyledFeature()
public DefaultStyledFeature(DefaultStyledFeature dsf)
dsf - DOCUMENT ME!public Object clone()
CloneableFeatureclone in interface CloneableFeatureclone in class Objectpublic Paint getFillingPaint()
StyledFeaturegetFillingPaint in interface StyledFeaturepublic void setFillingPaint(Paint fillingStyle)
StyledFeaturesetFillingPaint in interface StyledFeaturefillingStyle - DOCUMENT ME!public float getTransparency()
StyledFeaturegetTransparency in interface StyledFeaturepublic void setTransparency(float transparency)
StyledFeaturesetTransparency in interface StyledFeaturetransparency - DOCUMENT ME!public void setGeometry(com.vividsolutions.jts.geom.Geometry geom)
FeaturesetGeometry in interface Featuregeom - DOCUMENT ME!public com.vividsolutions.jts.geom.Geometry getGeometry()
FeaturegetGeometry in interface Featurepublic Paint getLinePaint()
StyledFeaturegetLinePaint in interface StyledFeaturepublic void setLinePaint(Paint p)
StyledFeaturesetLinePaint in interface StyledFeaturep - DOCUMENT ME!public boolean canBeSelected()
FeaturecanBeSelected in interface Featurepublic void setCanBeSelected(boolean canBeSelected)
FeaturesetCanBeSelected in interface FeaturecanBeSelected - DOCUMENT ME!public boolean isEditable()
FeatureisEditable in interface Featurepublic void setEditable(boolean editable)
FeaturesetEditable in interface Featureeditable - DOCUMENT ME!public void hide(boolean hiding)
Featurepublic boolean isHidden()
Featurepublic void setFeatureAnnotationSymbol(FeatureAnnotationSymbol featureAnnotationSymbol)
featureAnnotationSymbol - DOCUMENT ME!public FeatureAnnotationSymbol getPointAnnotationSymbol()
StyledFeaturegetPointAnnotationSymbol in interface StyledFeaturepublic String getPrimaryAnnotation()
AnnotatedFeaturegetPrimaryAnnotation in interface AnnotatedFeaturepublic Font getPrimaryAnnotationFont()
AnnotatedFeaturegetPrimaryAnnotationFont in interface AnnotatedFeaturepublic double getPrimaryAnnotationScaling()
AnnotatedFeaturegetPrimaryAnnotationScaling in interface AnnotatedFeaturepublic String getSecondaryAnnotation()
AnnotatedFeaturegetSecondaryAnnotation in interface AnnotatedFeaturepublic void setPrimaryAnnotation(String primaryAnnotation)
AnnotatedFeaturesetPrimaryAnnotation in interface AnnotatedFeatureprimaryAnnotation - DOCUMENT ME!public void setPrimaryAnnotationFont(Font primaryAnnotationFont)
AnnotatedFeaturesetPrimaryAnnotationFont in interface AnnotatedFeatureprimaryAnnotationFont - DOCUMENT ME!public void setPrimaryAnnotationScaling(double primaryAnnotationSize)
AnnotatedFeaturesetPrimaryAnnotationScaling in interface AnnotatedFeatureprimaryAnnotationSize - DOCUMENT ME!public void setSecondaryAnnotation(String secondaryAnnotation)
AnnotatedFeaturesetSecondaryAnnotation in interface AnnotatedFeaturesecondaryAnnotation - DOCUMENT ME!public int getLineWidth()
StyledFeaturegetLineWidth in interface StyledFeaturepublic void setLineWidth(int width)
StyledFeaturesetLineWidth in interface StyledFeaturewidth - DOCUMENT ME!public void setPointAnnotationSymbol(FeatureAnnotationSymbol featureAnnotationSymbol)
StyledFeaturesetPointAnnotationSymbol in interface StyledFeaturefeatureAnnotationSymbol - DOCUMENT ME!public Integer getMaxScaleDenominator()
AnnotatedFeaturegetMaxScaleDenominator in interface AnnotatedFeaturepublic Integer getMinScaleDenominator()
AnnotatedFeaturegetMinScaleDenominator in interface AnnotatedFeaturepublic boolean isAutoscale()
AnnotatedFeatureisAutoscale in interface AnnotatedFeaturepublic void setAutoScale(boolean autoScale)
AnnotatedFeaturesetAutoScale in interface AnnotatedFeatureautoScale - DOCUMENT ME!public void setMaxScaleDenominator(Integer max)
AnnotatedFeaturesetMaxScaleDenominator in interface AnnotatedFeaturemax - DOCUMENT ME!public void setMinScaleDenominator(Integer min)
AnnotatedFeaturesetMinScaleDenominator in interface AnnotatedFeaturemin - DOCUMENT ME!public Paint getPrimaryAnnotationPaint()
AnnotatedFeaturegetPrimaryAnnotationPaint in interface AnnotatedFeaturepublic void setPrimaryAnnotationPaint(Paint primaryAnnotationPaint)
AnnotatedFeaturesetPrimaryAnnotationPaint in interface AnnotatedFeatureprimaryAnnotationPaint - DOCUMENT ME!public boolean isHighlightingEnabled()
StyledFeatureisHighlightingEnabled in interface StyledFeaturepublic void setHighlightingEnabled(boolean enabled)
StyledFeaturesetHighlightingEnabled in interface StyledFeatureenabled - DOCUMENT ME!public float getPrimaryAnnotationJustification()
AnnotatedFeaturegetPrimaryAnnotationJustification in interface AnnotatedFeaturepublic void setPrimaryAnnotationJustification(float just)
AnnotatedFeaturesetPrimaryAnnotationJustification in interface AnnotatedFeaturejust - DOCUMENT ME!public boolean isPrimaryAnnotationVisible()
AnnotatedFeatureisPrimaryAnnotationVisible in interface AnnotatedFeaturepublic void setPrimaryAnnotationVisible(boolean visible)
AnnotatedFeaturesetPrimaryAnnotationVisible in interface AnnotatedFeaturevisible - DOCUMENT ME!public void setPrimaryAnnotationHalo(Color primaryAnnotationHalo)
AnnotatedFeaturesetPrimaryAnnotationHalo in interface AnnotatedFeatureprimaryAnnotationHalo - DOCUMENT ME!public Color getPrimaryAnnotationHalo()
AnnotatedFeaturegetPrimaryAnnotationHalo in interface AnnotatedFeatureCopyright © 2012–2025 cismet GmbH. All rights reserved.