| Modifier and Type | Method and Description |
|---|---|
Feature |
SplitFeatureAction.getSourceFeature() |
Feature |
UpdateablePostgisFeatureAction.getSourceFeature() |
Feature |
DuplicateGeometryFeatureAction.getSourceFeature() |
Feature |
MergeFeatureAction.getSourceFeature() |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
DuplicateGeometryFeatureAction.getSourceFeatures() |
List<Feature> |
MergeFeatureAction.getSourceFeatures() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DuplicateGeometryFeatureAction.isResponsibleFor(Feature feature) |
boolean |
MergeFeatureAction.isResponsibleFor(Feature feature) |
void |
SplitFeatureAction.setSourceFeature(Feature source) |
void |
UpdateablePostgisFeatureAction.setSourceFeature(Feature source) |
void |
DuplicateGeometryFeatureAction.setSourceFeature(Feature source) |
void |
MergeFeatureAction.setSourceFeature(Feature source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MergeFeatureAction.isActiveForFeatures(List<Feature> source) |
void |
DuplicateGeometryFeatureAction.setSourceFeatures(List<Feature> sourceList) |
void |
MergeFeatureAction.setSourceFeatures(List<Feature> source) |
| Modifier and Type | Method and Description |
|---|---|
Feature |
MappingModelEvent.getFeature()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
HeadlessMapProvider.addFeature(Feature f)
add a feature to the HeadlessMapProvider.
|
void |
MappingModelEvent.setFeature(Feature feature)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
HeadlessMapProvider.addFeatures(Collection<? extends Feature> featureCollection)
add a collection of features to the HeadlessMapProvider.
|
| Constructor and Description |
|---|
MappingModelEvent(FeatureCollection fc,
Feature feature)
Creates a new MappingModelEvent object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingComponentGeoImageFileFeatureRenderer
DOCUMENT ME!
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloneableFeature
DOCUMENT ME!
|
interface |
FeatureGroup
DOCUMENT ME!
|
interface |
FeatureServiceFeature
This interface describes a Feature that is served by a FeatureService.
|
interface |
ModifiableFeature
DOCUMENT ME!
|
interface |
RasterDocumentFeature
DOCUMENT ME!
|
interface |
SLDStyledFeature
DOCUMENT ME!
|
interface |
StyledFeature
DOCUMENT ME!
|
interface |
SubFeature
DOCUMENT ME!
|
interface |
XStyledFeature
DOCUMENT ME!
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNewFeature
DOCUMENT ME!
|
class |
DefaultFeatureServiceFeature
Default implementation of a FeatureServiceFeature.
|
class |
DefaultRasterDocumentFeature
DOCUMENT ME!
|
class |
DefaultStyledFeature
DOCUMENT ME!
|
class |
DefaultXStyledFeature
DOCUMENT ME!
|
class |
DrawingFeature
This feature will be used for the drawing mode.
|
class |
DrawingSLDStyledFeature
This feature class is used within the drawing mode.
|
class |
JDBCFeature
DOCUMENT ME!
|
class |
PersistentFeature
DOCUMENT ME!
|
class |
PostgisFeature
DOCUMENT ME!
|
class |
PureFeatureGroup
DOCUMENT ME!
|
class |
PureNewFeature
DOCUMENT ME!
|
class |
SearchFeature
DOCUMENT ME!
|
class |
SelectFeature
DOCUMENT ME!
|
class |
ShapeFeature
Features read from a SHP File.
|
class |
SignaturedFeature
DOCUMENT ME!
|
class |
SplittedNewFeature
DOCUMENT ME!
|
class |
UpdateablePostgisFeature
DOCUMENT ME!
|
class |
WFSFeature
Features produced by a Web Feature Service.
|
class |
WMSFeature
DOCUMENT ME!
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Feature> |
DefaultFeatureCollection.features |
protected LinkedHashSet<Feature> |
DefaultFeatureCollection.holdFeatures |
protected Set<Feature> |
DefaultFeatureCollection.selectedFeatures |
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureCollection.getFeature(int index)
DOCUMENT ME!
|
Feature |
DefaultFeatureCollection.getFeature(int index) |
static Feature |
FeatureGroups.getRootFeature(SubFeature hierarchyMember)
DOCUMENT ME!
|
Feature |
CommonFeatureAction.getSourceFeature()
DOCUMENT ME!
|
Feature[] |
PureFeatureGroup.toArray()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<? extends Feature> |
FeatureGroups.expand(FeatureGroup featureGroup,
boolean includeGroups)
DOCUMENT ME!
|
static Collection<? extends Feature> |
FeatureGroups.expandAll(FeatureGroup fg)
DOCUMENT ME!
|
static Collection<? extends Feature> |
FeatureGroups.expandToLeafs(FeatureGroup fg)
DOCUMENT ME!
|
List<Feature> |
FeatureCollection.getAllFeatures()
DOCUMENT ME!
|
List<Feature> |
DefaultFeatureCollection.getAllFeatures() |
Collection<Feature> |
FeatureCollectionEvent.getEventFeatures()
DOCUMENT ME!
|
Collection<? extends Feature> |
FeatureGroup.getFeatures()
DOCUMENT ME!
|
Collection<? extends Feature> |
PureFeatureGroup.getFeatures()
DOCUMENT ME!
|
Collection<Feature> |
DefaultFeatureCollection.getHoldFeatures()
DOCUMENT ME!
|
List<Feature> |
FeaturesProvider.getSourceFeatures()
DOCUMENT ME!
|
Iterator<Feature> |
PureFeatureGroup.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureCollection.addFeature(Feature f)
DOCUMENT ME!
|
boolean |
FeatureGroup.addFeature(Feature toAdd)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.addFeature(Feature f) |
boolean |
PureFeatureGroup.addFeature(Feature toAdd) |
void |
LayerableFeatureCollection.addFeature(Feature f,
String layer)
DOCUMENT ME!
|
void |
FeatureCollection.addToSelection(Feature f)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.addToSelection(Feature f) |
void |
LayerableFeatureCollection.assignFeatureToLayer(Feature f,
String layer)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.checkForAndCorrectDoubleNaming(Feature feature)
DOCUMENT ME!
|
boolean |
FeatureCollection.contains(Feature feature)
DOCUMENT ME!
|
boolean |
DefaultFeatureCollection.contains(Feature feature) |
void |
DefaultFeatureCollection.fireSelectionChanged(Feature f)
DOCUMENT ME!
|
void |
FeatureCollection.holdFeature(Feature f)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.holdFeature(Feature f) |
boolean |
FeatureCollection.isHoldFeature(Feature f)
DOCUMENT ME!
|
boolean |
DefaultFeatureCollection.isHoldFeature(Feature f) |
boolean |
FeaturesProvider.isResponsibleFor(Feature feature)
DOCUMENT ME!
|
boolean |
FeatureCollection.isSelected(Feature f)
DOCUMENT ME!
|
boolean |
DefaultFeatureCollection.isSelected(Feature f) |
void |
FeatureCollection.reconsiderFeature(Feature f)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.reconsiderFeature(Feature f) |
void |
FeatureCollection.removeFeature(Feature f)
DOCUMENT ME!
|
boolean |
FeatureGroup.removeFeature(Feature toRemove)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.removeFeature(Feature f) |
boolean |
PureFeatureGroup.removeFeature(Feature toRemove) |
void |
FeatureCollection.select(Feature f)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.select(Feature f) |
void |
DefaultFeatureCollection.setFeatureAt(Feature feature,
int index)
Wird eigentlich nicht mehr benoetigt.
|
void |
CommonFeatureAction.setSourceFeature(Feature source)
DOCUMENT ME!
|
com.vividsolutions.jts.geom.Geometry |
DefaultFeatureSimplifier.simplify(Feature feature) |
com.vividsolutions.jts.geom.Geometry |
FeatureSimplifier.simplify(Feature feature)
DOCUMENT ME!
|
void |
FeatureCollection.unholdFeature(Feature f)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.unholdFeature(Feature f) |
void |
FeatureCollection.unselect(Feature f)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.unselect(Feature f) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureCollection.addFeatures(Collection<? extends Feature> cf)
DOCUMENT ME!
|
boolean |
FeatureGroup.addFeatures(Collection<? extends Feature> toAdd)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.addFeatures(Collection<? extends Feature> cf) |
boolean |
PureFeatureGroup.addFeatures(Collection<? extends Feature> toAdd) |
void |
LayerableFeatureCollection.addFeatures(Collection<Feature> cf,
String layer)
DOCUMENT ME!
|
void |
FeatureCollection.addToSelection(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.addToSelection(Collection<Feature> cf) |
void |
DefaultFeatureCollection.featuresAddedToMap(Collection<Feature> cf) |
void |
DefaultFeatureCollection.fireAllFeaturesRemoved(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.fireFeaturesAdded(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.fireFeaturesChanged(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.fireFeaturesRemoved(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.fireSelectionChanged(Collection<Feature> cf)
DOCUMENT ME!
|
static com.vividsolutions.jts.geom.Geometry |
FeatureGroups.getEnclosingGeometry(Collection<? extends Feature> featureCollection)
DOCUMENT ME!
|
boolean |
CheckedFeaturesProvider.isActiveForFeatures(List<Feature> source)
DOCUMENT ME!
|
boolean |
FeatureGroup.removeFeatures(Collection<? extends Feature> toRemove)
DOCUMENT ME!
|
boolean |
PureFeatureGroup.removeFeatures(Collection<? extends Feature> toRemove) |
void |
FeatureCollection.removeFeatures(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.removeFeatures(Collection<Feature> cf) |
void |
FeatureCollection.select(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.select(Collection<Feature> cf) |
void |
CommonFeaturePreciseAction.setAllSourceFeatures(Collection<Feature> source)
DOCUMENT ME!
|
void |
FeatureCollectionEvent.setEventFeatures(Collection<Feature> features)
DOCUMENT ME!
|
void |
FeaturesProvider.setSourceFeatures(List<Feature> source)
DOCUMENT ME!
|
void |
FeatureCollection.substituteFeatures(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.substituteFeatures(Collection<Feature> cf) |
void |
FeatureCollection.unselect(Collection<Feature> cf)
DOCUMENT ME!
|
void |
DefaultFeatureCollection.unselect(Collection<Feature> cf) |
| Constructor and Description |
|---|
PureFeatureGroup(Feature feature)
Creates a new PureFeatureGroup object.
|
| Constructor and Description |
|---|
FeatureCollectionEvent(FeatureCollection fc,
Collection<Feature> features)
Creates a new instance of FeatureCollectionEvent.
|
PureFeatureGroup(Collection<? extends Feature> features)
Creates a new PureFeatureGroup object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeatureGroupMember
Features implementing FeatureGroupMember are grouped according their group id.
|
interface |
StyledFeatureGroupMember
Extension of
FeatureGroupMember for supporting StyledFeatures. |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureGroupWrapper
Wrapper implementation of
FeatureGroupMember. |
class |
StyledFeatureGroupWrapper
Wrapper implementation of
StyledFeatureGroupMember. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Feature> |
MappingComponent.getSpecialFeatureCollection(Class<T> featureclass)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureGroupWrapper.getFeature()
Return the actual feature belonging to the FeatureGroupMember implementation.
|
Feature |
FeatureGroupMember.getFeature()
Return the actual feature belonging to the FeatureGroupMember implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<Feature,PFeature> |
MappingComponent.getPFeatureHM()
Returns the PfeatureHashmap which assigns a Feature to a PFeature.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PFeature> |
MappingComponent.addFeaturesToMap(Feature[] features)
is called when new feature is added to FeatureCollection.
|
void |
MappingComponent.highlightFeature(Feature feature,
int duration)
shows the given feature on the map (in the highlighting layer).
|
void |
MappingComponent.highlightFeature(Feature feature,
int duration,
Color highlightColor)
shows the given feature on the map (in the highlighting layer).
|
void |
MappingComponent.reconsiderFeature(Feature f)
If f != null it calls the reconsiderFeature()-method of the featurecollection.
|
void |
MappingComponent.removeFromHM(Feature f)
Removes a Feature from the PFeatureHashmap.
|
void |
MappingComponent.showGeometryInfoPanel(Feature f)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapListener.featuresAddedToMap(Collection<Feature> cf)
DOCUMENT ME!
|
void |
MappingComponent.removeFeatures(Collection<Feature> fc)
Removes all features of the collection from the hashmap.
|
void |
MappingComponent.zoomToAFeatureCollection(Collection<? extends Feature> collection,
boolean withHistory,
boolean fixedScale)
Zooms to a specific featurecollection.
|
| Constructor and Description |
|---|
FeatureGroupWrapper(Feature feature,
String groupId,
String groupName)
Creates a new FeatureGroupWrapper object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
H2FeatureServiceLocker.lock(Feature feature,
boolean multiLockForSameUserAllowed) |
Object |
FeatureLockingInterface.lock(Feature feature,
boolean multiLockForSameUserAllowed)
locks the given feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeTable.applySelection(Object origin,
List<Feature> selectedFeatures,
boolean removeOldSelection)
DOCUMENT ME!
|
Object |
H2FeatureServiceLocker.lock(List<Feature> features,
boolean multiLockForSameUserAllowed) |
Object |
FeatureLockingInterface.lock(List<Feature> feature,
boolean multiLockForSameUserAllowed)
locks the given feature list.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<Feature> |
FeatureControl.getAllFeaturesSorted()
DOCUMENT ME!
|
| Modifier and Type | Class and Description |
|---|---|
class |
WMSGetFeatureInfoDescription
DOCUMENT ME!
|
| Constructor and Description |
|---|
ZoomToFeaturesWorker(Feature[] features)
Creates a new ZoomToLayerWorker object.
|
ZoomToFeaturesWorker(Feature[] features,
int buffer)
Creates a new ZoomToLayerWorker object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasuringComponent.addFeature(Feature feature)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
PFeature.getFeature()
DOCUMENT ME!
|
Feature[] |
PFeature.split()
Zerlegt das Feature dieses PFeatures in zwei Features an Hand einer vom Benutzer gezogenen Linie zwischen 2
Handles.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PFeatureComparable.compare(Feature o1,
Feature o2) |
static edu.umd.cs.piccolo.PNode |
PNodeFactory.createPFeature(Feature feature,
MappingComponent viewer)
DOCUMENT ME!
|
static PFeature |
PNodeFactory.createPFeature(Feature feature,
WorldToScreenTransform wtst,
double x_offset,
double y_offset,
MappingComponent viewer)
public static FeaturePNode updatePNode(PNode
pnode,org.deegree_impl.graphics.transformation.WorldToScreenTransform wtst,double x_offset,double y_offset) {
return null; }.
|
void |
PFeature.setFeature(Feature feature)
DOCUMENT ME!
|
| Constructor and Description |
|---|
PFeature(Feature feature,
MappingComponent viewer)
Creates a new instance of PFeature.
|
PFeature(Feature feature,
WorldToScreenTransform wtst,
double x_offset,
double y_offset,
MappingComponent viewer)
Creates a new PFeature object.
|
PFeature(Feature feature,
WorldToScreenTransform wtst,
double x_offset,
double y_offset,
MappingComponent viewer,
boolean ignoreStickyfeature)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearReferencedLineFeature
DOCUMENT ME!
|
class |
LinearReferencedPointFeature
DOCUMENT ME!
|
class |
PrintTemplateFeature
DOCUMENT ME!
|
class |
RasterGeoRefFeature
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
SelectionListener.getLastUnselectedFeatures()
DOCUMENT ME!
|
protected List<Feature> |
GetFeatureInfoMultiGeomListener.processFeatureCollection(org.deegree.model.feature.Feature[] featureCollection,
boolean evaluateExpressions,
WMSServiceLayer layer,
com.vividsolutions.jts.geom.Geometry clickPoint)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeatureAddEntityAction.featureConcerned(Feature feature) |
boolean |
FeatureDeleteAction.featureConcerned(Feature feature) |
boolean |
FeatureMoveAction.featureConcerned(Feature feature) |
boolean |
FeatureCreateAction.featureConcerned(Feature feature) |
boolean |
FeatureAddHoleAction.featureConcerned(Feature feature) |
boolean |
HandleDeleteAction.featureConcerned(Feature feature) |
boolean |
FeatureRemoveEntityAction.featureConcerned(Feature feature) |
boolean |
FeatureRemoveHoleAction.featureConcerned(Feature feature) |
boolean |
HandleMoveAction.featureConcerned(Feature feature) |
boolean |
CustomAction.featureConcerned(Feature feature)
Checks, if the given feature is concerned from this action.
|
boolean |
HandleAddAction.featureConcerned(Feature feature) |
boolean |
FeatureRotateAction.featureConcerned(Feature feature) |
| Constructor and Description |
|---|
FeatureAddEntityAction(MappingComponent mc,
Feature f,
com.vividsolutions.jts.geom.Polygon entity)
Creates a new FeatureAddEntityAction instance.
|
FeatureAddHoleAction(MappingComponent mc,
Feature f,
int position,
com.vividsolutions.jts.geom.LineString hole)
Creates a new FeatureAddHoleAction instance.
|
FeatureCreateAction(MappingComponent mc,
Feature f)
Erzeugt eine FeatureCreateAction-Instanz.
|
FeatureDeleteAction(MappingComponent mc,
Feature f)
Erzeugt eine FeatureDeleteAction-Instanz.
|
FeatureRemoveEntityAction(MappingComponent mc,
Feature f,
com.vividsolutions.jts.geom.Polygon entity)
Creates a new FeatureRemoveEntityAction instance.
|
FeatureRemoveHoleAction(MappingComponent mc,
Feature f,
int position,
com.vividsolutions.jts.geom.LineString hole)
Creates a new FeatureRemoveHoleAction instance.
|
HandleAddAction(MappingComponent mc,
Feature f,
int entityPosition,
int ringPosition,
int coordPosition,
float x,
float y)
Erzeugt eine HandleAddAction-Instanz.
|
HandleDeleteAction(MappingComponent mc,
Feature feature,
int entityPosition,
int ringPosition,
int coordPosition,
float x,
float y)
Erzeugt eine HandleDeleteAction-Instanz.
|
| Constructor and Description |
|---|
FeatureRotateAction(MappingComponent mc,
Collection<Feature> arr,
Point2D pivot,
double rot)
Erzeugt eine neue FeatureRotateAction.
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
GetFeatureInfoEvent.getFeatures()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFeatureInfoEvent.setFeatures(List<Feature> features)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
Memento.featuresRemoved(Collection<Feature> f) |
void |
MementoInterface.featuresRemoved(Collection<Feature> f)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
SelectionManager.getSelectedFeatures()
DOCUMENT ME!
|
List<Feature> |
SelectionManager.getSelectedFeatures(AbstractFeatureService service)
Returns the selected features of the given service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionManager.removeSelectedFeatures(Feature feature)
Removes the given feature from the selection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionManager.addSelectedFeatures(List<? extends Feature> featureList)
DOCUMENT ME!
|
void |
SelectionManager.removeSelectedFeatures(List<? extends Feature> featureList)
Removes the given features from the selection.
|
void |
SelectionManager.setSelectedFeatures(List<? extends Feature> featureList)
DOCUMENT ME!
|
void |
SelectionManager.setSelectedFeaturesForService(AbstractFeatureService service,
List<? extends Feature> featureList)
DOCUMENT ME!
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.