public abstract class AbstractNewFeature extends DefaultStyledFeature implements Cloneable, XStyledFeature, Attachable
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractNewFeature.geomTypes
DOCUMENT ME!
|
| Constructor and Description |
|---|
AbstractNewFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
AbstractNewFeature(com.vividsolutions.jts.geom.Geometry g)
Creates a new PureNewFeature object.
|
AbstractNewFeature(Point2D[] canvasPoints,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
AbstractNewFeature(Point2D point,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
| Modifier and Type | Method and Description |
|---|---|
Paint |
getFillingPaint()
DOCUMENT ME!
|
AbstractNewFeature.geomTypes |
getGeometryType()
DOCUMENT ME!
|
ImageIcon |
getIconImage()
DOCUMENT ME!
|
JComponent |
getInfoComponent(Refreshable refresh)
DOCUMENT ME!
|
float |
getInfoComponentTransparency()
DOCUMENT ME!
|
Stroke |
getLineStyle()
DOCUMENT ME!
|
String |
getName()
DOCUMENT ME!
|
FeatureAnnotationSymbol |
getPointAnnotationSymbol()
DOCUMENT ME!
|
float |
getTransparency()
DOCUMENT ME!
|
void |
setFillingPaint(Paint fillingStyle)
DOCUMENT ME!
|
void |
setGeometryType(AbstractNewFeature.geomTypes geomType)
DOCUMENT ME!
|
void |
setName(String name)
DOCUMENT ME!
|
canBeSelected, clone, getGeometry, getLinePaint, getLineWidth, getMaxScaleDenominator, getMinScaleDenominator, getPrimaryAnnotation, getPrimaryAnnotationFont, getPrimaryAnnotationHalo, getPrimaryAnnotationJustification, getPrimaryAnnotationPaint, getPrimaryAnnotationScaling, getSecondaryAnnotation, hide, isAutoscale, isEditable, isHidden, isHighlightingEnabled, isPrimaryAnnotationVisible, setAutoScale, setCanBeSelected, setEditable, setFeatureAnnotationSymbol, setGeometry, setHighlightingEnabled, setLinePaint, setLineWidth, setMaxScaleDenominator, setMinScaleDenominator, setPointAnnotationSymbol, setPrimaryAnnotation, setPrimaryAnnotationFont, setPrimaryAnnotationHalo, setPrimaryAnnotationJustification, setPrimaryAnnotationPaint, setPrimaryAnnotationScaling, setPrimaryAnnotationVisible, setSecondaryAnnotation, setTransparencyequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetLinePaint, getLineWidth, isHighlightingEnabled, setHighlightingEnabled, setLinePaint, setLineWidth, setPointAnnotationSymbol, setTransparencycanBeSelected, getGeometry, hide, isEditable, isHidden, setCanBeSelected, setEditable, setGeometrypublic AbstractNewFeature(com.vividsolutions.jts.geom.Geometry g)
g - DOCUMENT ME!public AbstractNewFeature(Point2D point, WorldToScreenTransform wtst)
point - DOCUMENT ME!wtst - DOCUMENT ME!public AbstractNewFeature(Point2D[] canvasPoints, WorldToScreenTransform wtst)
canvasPoints - DOCUMENT ME!wtst - DOCUMENT ME!public AbstractNewFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst)
coordArr - DOCUMENT ME!wtst - DOCUMENT ME!public Stroke getLineStyle()
getLineStyle in interface XStyledFeaturepublic Paint getFillingPaint()
getFillingPaint in interface StyledFeaturegetFillingPaint in class DefaultStyledFeaturepublic void setFillingPaint(Paint fillingStyle)
setFillingPaint in interface StyledFeaturesetFillingPaint in class DefaultStyledFeaturefillingStyle - DOCUMENT ME!public float getTransparency()
getTransparency in interface StyledFeaturegetTransparency in class DefaultStyledFeaturepublic String getName()
getName in interface FeatureNameProviderpublic void setName(String name)
name - DOCUMENT ME!public ImageIcon getIconImage()
getIconImage in interface XStyledFeaturepublic float getInfoComponentTransparency()
public void setGeometryType(AbstractNewFeature.geomTypes geomType)
geomType - DOCUMENT ME!public JComponent getInfoComponent(Refreshable refresh)
XStyledFeaturegetInfoComponent in interface XStyledFeaturerefresh - DOCUMENT ME!public FeatureAnnotationSymbol getPointAnnotationSymbol()
getPointAnnotationSymbol in interface StyledFeaturegetPointAnnotationSymbol in class DefaultStyledFeaturepublic AbstractNewFeature.geomTypes getGeometryType()
Copyright © 2012–2025 cismet GmbH. All rights reserved.