Uses of Interface
com.vividsolutions.jump.feature.Feature
-
-
Uses of Feature in com.vividsolutions.jump.datastore.spatialdatabases
Methods in com.vividsolutions.jump.datastore.spatialdatabases that return Feature Modifier and Type Method Description Feature
SpatialDatabasesResultSetConverter. getFeature()
protected Feature
SpatialDatabasesFeatureInputStream. readNext()
-
Uses of Feature in com.vividsolutions.jump.feature
Classes in com.vividsolutions.jump.feature that implement Feature Modifier and Type Class Description class
AbstractBasicFeature
Default implementation of the Feature interface.class
BasicFeature
Default implementation of the Feature interface.class
FlexibleFeature
a FlexibleFeature based onBasicFeature
originally used by the GeoJSON reader.Methods in com.vividsolutions.jump.feature that return Feature Modifier and Type Method Description Feature
AbstractBasicFeature. clone()
Clones this Feature.Feature
AbstractBasicFeature. clone(boolean deep)
Clones this Feature.Feature
AbstractBasicFeature. clone(boolean deep, boolean copyPK)
Clones this Feature.Feature
Feature. clone()
Clones this Feature.Feature
Feature. clone(boolean deep)
Clones this Feature.Feature
Feature. clone(boolean deep, boolean copyPK)
Clones this Feature.Feature
FeatureDataset. getFeature(int index)
Returns the Feature at the given index (zero-based).Feature
FeatureUpdate. getNew()
Feature
FeatureUpdate. getOriginal()
static Feature
FeatureUtil. toFeature(org.locationtech.jts.geom.Geometry g, FeatureSchema schema)
Creates a new Feature from the given Geometry, with nominal values for the attributes.Methods in com.vividsolutions.jump.feature that return types with arguments of type Feature Modifier and Type Method Description List<Feature>
FeatureCollection. getFeatures()
Returns an unmodifiable List of the features in this collectionList<Feature>
FeatureCollectionWrapper. getFeatures()
List<Feature>
FeatureDataset. getFeatures()
Iterator<Feature>
FeatureCollection. iterator()
Returns an Iterator over the featuresIterator<Feature>
FeatureCollectionWrapper. iterator()
Iterator<Feature>
FeatureDataset. iterator()
List<Feature>
FeatureCollection. query(org.locationtech.jts.geom.Envelope envelope)
A quick search for features, using an envelope comparison.List<Feature>
FeatureCollectionWrapper. query(org.locationtech.jts.geom.Envelope envelope)
List<Feature>
FeatureDataset. query(org.locationtech.jts.geom.Envelope envelope)
List<Feature>
IndexedFeatureCollection. query(org.locationtech.jts.geom.Envelope env)
Collection<Feature>
FeatureCollection. remove(org.locationtech.jts.geom.Envelope env)
Removes the features which intersect the given envelopeCollection<Feature>
FeatureCollectionWrapper. remove(org.locationtech.jts.geom.Envelope env)
Collection<Feature>
FeatureDataset. remove(org.locationtech.jts.geom.Envelope env)
Removes the features which intersect the given envelopeCollection<Feature>
IndexedFeatureCollection. remove(org.locationtech.jts.geom.Envelope env)
Methods in com.vividsolutions.jump.feature with parameters of type Feature Modifier and Type Method Description void
FeatureCollection. add(Feature feature)
Adds a feature to this collection.void
FeatureCollectionWrapper. add(Feature feature)
void
FeatureDataset. add(Feature feature)
void
IndexedFeatureCollection. add(Feature feature)
static boolean
FeatureUtil. areAllNonSpatialAttributesNull(Feature feature)
Returns whether all attributes are null (other than the Geometry attribute, which is not checked)static BasicFeature
AbstractBasicFeature. clone(Feature feature, boolean deep, boolean copyPK)
Util static method used to create a new BasicFeature from a feature.static int
AbstractBasicFeature. compare(Feature a, Feature b)
Static method to compare two features.int
FeatureUtil.IDComparator. compare(Feature f1, Feature f2)
boolean
FeatureDataset. contains(Feature feature)
Returns whether or not this Feature is in this collectionstatic void
FeatureUtil. copyAttributes(Feature a, Feature b)
Although Feature implements Cloneable, this method is useful when the two Features are implemented with different classes.Object
Operation. invoke(Feature feature)
void
FeatureCollection. remove(Feature feature)
Removes a feature from this collection.void
FeatureCollectionWrapper. remove(Feature feature)
void
FeatureDataset. remove(Feature feature)
void
IndexedFeatureCollection. remove(Feature feature)
void
FeatureUpdateRecorder. update(Feature origFeat, Feature newFeat)
Method parameters in com.vividsolutions.jump.feature with type arguments of type Feature Modifier and Type Method Description void
FeatureCollection. addAll(Collection<Feature> features)
Adds multiple features to this collection.void
FeatureCollectionWrapper. addAll(Collection<Feature> features)
void
FeatureDataset. addAll(Collection<Feature> features)
void
IndexedFeatureCollection. addAll(Collection<Feature> features)
void
FeatureCollection. removeAll(Collection<Feature> features)
Removes multiple features from this collection.void
FeatureCollectionWrapper. removeAll(Collection<Feature> features)
void
FeatureDataset. removeAll(Collection<Feature> c)
void
IndexedFeatureCollection. removeAll(Collection<Feature> features)
static List<org.locationtech.jts.geom.Geometry>
FeatureUtil. toGeometries(Collection<Feature> features)
Returns the n Geometries extracted from the given n FeaturesConstructors in com.vividsolutions.jump.feature with parameters of type Feature Constructor Description FeatureUpdate(Feature origVersion, Feature newVersion)
Constructor parameters in com.vividsolutions.jump.feature with type arguments of type Feature Constructor Description FeatureDataset(Collection<Feature> newFeatures, FeatureSchema featureSchema)
Creates a FeatureDataset, initialized with a group of Features. -
Uses of Feature in com.vividsolutions.jump.geom
Methods in com.vividsolutions.jump.geom that return Feature Modifier and Type Method Description Feature
FeatureSegment. getFeature()
Constructors in com.vividsolutions.jump.geom with parameters of type Feature Constructor Description FeatureSegment(Feature feature, int index, org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1)
-
Uses of Feature in com.vividsolutions.jump.io
Methods in com.vividsolutions.jump.io that return Feature Modifier and Type Method Description Feature
BaseFeatureInputStream. next()
Feature
FeatureInputStream. next()
protected abstract Feature
BaseFeatureInputStream. readNext()
Read the next feature, if any.Methods in com.vividsolutions.jump.io with parameters of type Feature Modifier and Type Method Description protected String
GMLWriter. toString(Feature f, String column)
-
Uses of Feature in com.vividsolutions.jump.plugin.edit
Methods in com.vividsolutions.jump.plugin.edit that return Feature Modifier and Type Method Description Feature
SegmentStringData. getFeature()
Methods in com.vividsolutions.jump.plugin.edit that return types with arguments of type Feature Modifier and Type Method Description static Map<Feature,Map<Integer,Map<Integer,List<org.locationtech.jts.noding.SegmentString>>>>
SegmentStringsWithData2Features. getFeature2SegmentStringTreeMap(Collection nodedSubstring)
Creates a hierarchical structure containing all edges derived from Geometry components and linear elements as SegmentStrings.Map<org.locationtech.jts.geom.LineSegment,List<Feature>>
SegmentsExtracter. getSegmentSource()
List<Feature>
SegmentsExtracter. getSegmentSource(org.locationtech.jts.geom.LineSegment lineSegment)
Methods in com.vividsolutions.jump.plugin.edit with parameters of type Feature Modifier and Type Method Description void
SegmentsExtracter. add(Feature f)
void
SegmentsExtracter. add(Feature f, org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1)
static List<org.locationtech.jts.noding.SegmentString>
Features2SegmentStringsWithData. getSegmentStrings(Feature f)
Method parameters in com.vividsolutions.jump.plugin.edit with type arguments of type Feature Modifier and Type Method Description static List<org.locationtech.jts.noding.SegmentString>
Features2SegmentStringsWithData. getSegmentStrings(Collection<Feature> inputFeatures)
Constructors in com.vividsolutions.jump.plugin.edit with parameters of type Feature Constructor Description SegmentStringData(Feature feature, int component, int linearElement)
-
Uses of Feature in com.vividsolutions.jump.qa
Methods in com.vividsolutions.jump.qa that return Feature Modifier and Type Method Description Feature
ValidationError. getFeature()
Returns the feature with the error.Methods in com.vividsolutions.jump.qa with parameters of type Feature Modifier and Type Method Description protected void
Validator. validate(Feature feature, List<Object> validationErrors)
Checks a feature.protected ValidationError
Validator. validateBasicTopology(Feature feature)
protected ValidationError
Validator. validateGeometriesSimple(Feature feature)
protected ValidationError
Validator. validateGeometryClass(Feature feature)
protected ValidationError
Validator. validateMinAngle(Feature feature)
protected ValidationError
Validator. validateMinPolygonArea(Feature feature)
protected ValidationError
Validator. validateMinSegmentLength(Feature feature)
protected ValidationError
Validator. validateNoHoles(Feature feature)
protected ValidationError
Validator. validateNoRepeatedConsecutivePoints(Feature feature)
protected ValidationError
Validator. validatePolygonOrientation(Feature feature)
Constructors in com.vividsolutions.jump.qa with parameters of type Feature Constructor Description BasicTopologyValidationError(org.locationtech.jts.operation.valid.TopologyValidationError basicTopologyError, Feature feature)
Creates a BasicTopologyValidationError that wraps a JTS TopologyValidationError.ValidationError(ValidationErrorType type, Feature feature)
Creates a ValidationError with location unspecified.ValidationError(ValidationErrorType type, Feature feature, org.locationtech.jts.geom.Coordinate location)
Creates a ValidationError.ValidationError(ValidationErrorType type, Feature feature, org.locationtech.jts.geom.Geometry badPart)
Creates a ValidationError with location unspecified. -
Uses of Feature in com.vividsolutions.jump.qa.diff
Methods in com.vividsolutions.jump.qa.diff that return Feature Modifier and Type Method Description Feature
MatchFeature. getFeature()
Methods in com.vividsolutions.jump.qa.diff that return types with arguments of type Feature Modifier and Type Method Description Collection<Feature>
DiffGeometryIndex. getUnmatchedFeatures()
Constructors in com.vividsolutions.jump.qa.diff with parameters of type Feature Constructor Description MatchFeature(Feature feature)
-
Uses of Feature in com.vividsolutions.jump.tools
Methods in com.vividsolutions.jump.tools with parameters of type Feature Modifier and Type Method Description void
AttributeMapping. transferAttributes(Feature aFeature, Feature bFeature, Feature cFeature)
Transfers attributes (not the geometry) from two features to a third feature, using the mappings specified in the constructor. -
Uses of Feature in com.vividsolutions.jump.workbench.imagery
Classes in com.vividsolutions.jump.workbench.imagery that implement Feature Modifier and Type Class Description class
ReferencedImageFeature
Methods in com.vividsolutions.jump.workbench.imagery that return Feature Modifier and Type Method Description static Feature
ReferencedImageFactoryFileLayerLoader. createImageFeature(Feature f_orig, ImageryLayerDataset imageryLayerDataset)
try to create an image feature from the given basic featurestatic Feature
ReferencedImageFactoryFileLayerLoader. createImageFeature(ReferencedImageFactory referencedImageFactory, URI uri, ImageryLayerDataset imageryLayerDataset)
static Feature
ImageryLayerDataset. saveFeatureError(Feature feature, Throwable t)
static Feature
ImageryLayerDataset. saveFeatureImgAttribs(Feature feature, Feature imprint)
copy img attributes from an imprint featurestatic Feature
ImageryLayerDataset. saveFeatureImgAttribs(Feature feature, ReferencedImageFactory imageFactory)
set a features attributes saving the assigned ReferencedImageFactoryMethods in com.vividsolutions.jump.workbench.imagery with parameters of type Feature Modifier and Type Method Description void
ImageryLayerDataset. attachImage(Feature feature)
static void
ImageryLayerDataset. attachImage(Feature feature, ImageryLayerDataset ils)
static ReferencedImageFactory
ImageryLayerDataset. createFeatureFactory(Feature feature)
create a ReferencedImageFactory from the attributes of the given featurestatic Feature
ReferencedImageFactoryFileLayerLoader. createImageFeature(Feature f_orig, ImageryLayerDataset imageryLayerDataset)
try to create an image feature from the given basic featurestatic boolean
ImageryLayerDataset. isImageFeature(Feature f)
static boolean
ImageryLayerDataset. isNewImageFeature(Feature f)
static boolean
ImageryLayerDataset. isOldImageFeature(Feature f)
void
ReferencedImage. paint(Feature f, Graphics2D g, Viewport viewport)
void
ReferencedImageStyle. paint(Feature f, Graphics2D g, Viewport viewport)
ReferencedImage
ImageryLayerDataset. referencedImage(Feature feature)
static Feature
ImageryLayerDataset. saveFeatureError(Feature feature, Throwable t)
static Feature
ImageryLayerDataset. saveFeatureImgAttribs(Feature feature, Feature imprint)
copy img attributes from an imprint featurestatic Feature
ImageryLayerDataset. saveFeatureImgAttribs(Feature feature, ReferencedImageFactory imageFactory)
set a features attributes saving the assigned ReferencedImageFactory -
Uses of Feature in com.vividsolutions.jump.workbench.imagery.ecw
Methods in com.vividsolutions.jump.workbench.imagery.ecw with parameters of type Feature Modifier and Type Method Description void
ECWImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Feature in com.vividsolutions.jump.workbench.imagery.geoimg
Methods in com.vividsolutions.jump.workbench.imagery.geoimg with parameters of type Feature Modifier and Type Method Description org.locationtech.jts.geom.Envelope
GeoReferencedRaster. getEnvelope(Feature f)
void
GeoImage. paint(Feature f, Graphics2D g, Viewport viewport)
actually paint the image to the viewport -
Uses of Feature in com.vividsolutions.jump.workbench.imagery.graphic
Methods in com.vividsolutions.jump.workbench.imagery.graphic with parameters of type Feature Modifier and Type Method Description void
AbstractGraphicImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Feature in com.vividsolutions.jump.workbench.imagery.mrsid
Methods in com.vividsolutions.jump.workbench.imagery.mrsid with parameters of type Feature Modifier and Type Method Description void
MrSIDReferencedImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Feature in com.vividsolutions.jump.workbench.imagery.openjpeg
Methods in com.vividsolutions.jump.workbench.imagery.openjpeg with parameters of type Feature Modifier and Type Method Description void
OpenJpegImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Feature in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return types with arguments of type Feature Modifier and Type Method Description Collection<Feature>
FeatureEvent. getFeatures()
Collection<Feature>
FeatureEvent. getOldFeatureClones()
Collection<Feature>
ObservableFeatureCollection. remove(org.locationtech.jts.geom.Envelope env)
Methods in com.vividsolutions.jump.workbench.model with parameters of type Feature Modifier and Type Method Description void
ObservableFeatureCollection. add(Feature feature)
void
OneItemFeatureCollection. add(Feature feature)
void
ObservableFeatureCollection. remove(Feature feature)
Method parameters in com.vividsolutions.jump.workbench.model with type arguments of type Feature Modifier and Type Method Description void
ObservableFeatureCollection. addAll(Collection<Feature> features)
void
ObservableFeatureCollection.Listener. featuresAdded(Collection<Feature> features)
void
ObservableFeatureCollection.Listener. featuresRemoved(Collection<Feature> features)
void
LayerManager. fireFeaturesAttChanged(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones)
void
LayerManager. fireFeaturesChanged(Collection<Feature> features, FeatureEventType type, Layer layer)
void
LayerManager. fireGeometryModified(Collection<Feature> features, Layer layer, Collection<Feature> oldFeatureClones)
void
ObservableFeatureCollection. removeAll(Collection<Feature> features)
Constructor parameters in com.vividsolutions.jump.workbench.model with type arguments of type Feature Constructor Description FeatureEvent(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones)
-
Uses of Feature in com.vividsolutions.jump.workbench.model.cache
Methods in com.vividsolutions.jump.workbench.model.cache that return types with arguments of type Feature Modifier and Type Method Description List<Feature>
DynamicFeatureCollection. getFeatures()
List<Feature>
ThreadSafeFeatureCollectionWrapper. getFeatures()
Iterator<Feature>
DynamicFeatureCollection. iterator()
Iterator<Feature>
ThreadSafeFeatureCollectionWrapper. iterator()
List<Feature>
CachingFeatureCollection. query(org.locationtech.jts.geom.Envelope envelope)
List<Feature>
DynamicFeatureCollection. query(org.locationtech.jts.geom.Envelope envelope)
List<Feature>
ThreadSafeFeatureCollectionWrapper. query(org.locationtech.jts.geom.Envelope envelope)
Collection<Feature>
DynamicFeatureCollection. remove(org.locationtech.jts.geom.Envelope env)
Collection<Feature>
ThreadSafeFeatureCollectionWrapper. remove(org.locationtech.jts.geom.Envelope env)
Methods in com.vividsolutions.jump.workbench.model.cache with parameters of type Feature Modifier and Type Method Description void
DynamicFeatureCollection. add(Feature feature)
void
ThreadSafeFeatureCollectionWrapper. add(Feature feature)
void
DynamicFeatureCollection. remove(Feature feature)
void
ThreadSafeFeatureCollectionWrapper. remove(Feature feature)
Method parameters in com.vividsolutions.jump.workbench.model.cache with type arguments of type Feature Modifier and Type Method Description void
ThreadSafeFeatureCollectionWrapper. addAll(Collection<Feature> features)
void
ThreadSafeFeatureCollectionWrapper. removeAll(Collection<Feature> features)
-
Uses of Feature in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return Feature Modifier and Type Method Description Feature
AttributePanel.Row. getFeature()
Feature
EditTransaction. getFeature(int i)
Deprecated.Feature
LayerTableModel. getFeature(int row)
Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type Feature Modifier and Type Method Description Collection<Feature>
SelectionManager. createFeaturesFromSelectedItems()
A feature may get split into two or more -- for example, if two linestrings of a feature are selected.Collection<Feature>
SelectionManager. createFeaturesFromSelectedItems(Layer layer)
Collection<Feature>
LayerViewPanel. featuresWithVertex(Point2D viewPoint, double viewTolerance, Collection<Feature> features)
static Map<Feature,org.locationtech.jts.geom.Geometry>
EditTransaction. featureToNewGeometryMap(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, Layer layer)
Utility method to create a map between features and there modified geometry.Collection<Feature>
EditTransaction. getFeatures()
Returns the features modified by this transaction [mmichaud 2011-09-17]Collection<Feature>
AbstractSelection. getFeaturesWithSelectedItems()
Collection<Feature>
AbstractSelection. getFeaturesWithSelectedItems(Layer layer)
Collection<Feature>
SelectionManager. getFeaturesWithSelectedItems()
Collection<Feature>
SelectionManager. getFeaturesWithSelectedItems(Layer layer)
Map<Feature,List<org.locationtech.jts.geom.Geometry>>
AbstractSelection. getFeatureToSelectedItemCollectionMap(Layer layer)
Returns a mapping of each feature to selected items in this feature.Map<Feature,Set<Integer>>
AbstractSelection. getFeatureToSelectedItemIndexCollectionMap(Layer layer)
Returns a mapping of each feature to indices of selected items in this feature.Collection<Feature>
AttributePanel. selectedFeatures()
Map<Layer,Set<Feature>>
LayerViewPanel. visibleLayerToFeaturesInFenceMap()
The Fence layer will be excluded.Map<Layer,Set<Feature>>
LayerViewPanel. visibleLayerToFeaturesInFenceMap(org.locationtech.jts.geom.Geometry fence)
The Fence layer will be included.Methods in com.vividsolutions.jump.workbench.ui with parameters of type Feature Modifier and Type Method Description void
EditTransaction. createFeature(Feature feature)
void
EditTransaction. deleteFeature(Feature feature)
void
AttributeTablePanel.FeatureEditor. edit(PlugInContext context, Feature feature, Layer layer)
org.locationtech.jts.geom.Geometry
EditTransaction. getGeometry(Feature feature)
Set<Integer>
AbstractSelection. getSelectedItemIndices(Layer layer, Feature feature)
Returns indices of selected items in this feature.Collection<org.locationtech.jts.geom.Geometry>
AbstractSelection. getSelectedItems(Layer layer, Feature feature)
Collection<org.locationtech.jts.geom.Geometry>
AbstractSelection. getSelectedItems(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry)
Collection<org.locationtech.jts.geom.Geometry>
SelectionManager. getSelectedItems(Layer layer, Feature feature)
Collection<org.locationtech.jts.geom.Geometry>
SelectionManager. getSelectedItems(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry)
Collection<org.locationtech.jts.geom.Geometry>
AbstractSelection. itemsNotSelectedInAncestors(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
void
EditTransaction. modifyFeatureGeometry(Feature feature, org.locationtech.jts.geom.Geometry newGeometry)
protected abstract boolean
AbstractSelection. selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
protected boolean
FeatureSelection. selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
protected boolean
LineStringSelection. selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
protected boolean
PartSelection. selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
void
AbstractSelection. selectItems(Layer layer, Feature feature)
void
AbstractSelection. selectItems(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
void
EditTransaction. setGeometry(Feature feature, org.locationtech.jts.geom.Geometry geometry)
String
FeatureInfoWriter.Writer. toHTML(Feature feature)
protected abstract void
AbstractSelection. unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
protected void
FeatureSelection. unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
protected void
LineStringSelection. unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
protected void
PartSelection. unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
void
AbstractSelection. unselectItem(Layer layer, Feature feature, int selectedItemIndex)
void
AbstractSelection. unselectItems(Layer layer, Feature feature)
void
AbstractSelection. unselectItems(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
abstract String
AbstractFeatureTextWriter. write(Feature feature)
Method parameters in com.vividsolutions.jump.workbench.ui with type arguments of type Feature Modifier and Type Method Description Collection<Feature>
LayerViewPanel. featuresWithVertex(Point2D viewPoint, double viewTolerance, Collection<Feature> features)
void
AbstractSelection. selectItems(Layer layer, Map<Feature,List<org.locationtech.jts.geom.Geometry>> featureToItemCollectionMap)
void
EditTransaction. setGeometries(Map<Feature,org.locationtech.jts.geom.Geometry> featureToGeometryMap)
void
AbstractSelection. unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection<Feature> features, Collection<Feature> oldFeatureClones)
void
SelectionManager. unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection<Feature> features, Collection<Feature> oldFeatureClones)
void
AbstractSelection. unselectItems(Layer layer, Map<Feature,List<org.locationtech.jts.geom.Geometry>> featureToItemCollectionMap)
Constructor parameters in com.vividsolutions.jump.workbench.ui with type arguments of type Feature Constructor Description EditTransaction(Collection<Feature> features, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanel layerViewPanel)
Creates a new EditTransaction modifying features.EditTransaction(Collection<Feature> features, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanelContext layerViewPanelContext)
If you want to delete a feature, you can either (1) include the feature in the features parameter, set allowAddingAndRemovingFeatures to true, then call #setGeometry(feature, empty geometry); or (2) not include the feature in the features parameter, instead using #deleteFeature -
Uses of Feature in com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool that return Feature Modifier and Type Method Description protected Feature
VectorTool. feature(org.locationtech.jts.geom.LineString lineString, Layer layer, UndoableCommand command)
Methods in com.vividsolutions.jump.workbench.ui.cursortool that return types with arguments of type Feature Modifier and Type Method Description protected Map<Layer,Set<Feature>>
SpecifyFeaturesTool. layerToSpecifiedFeaturesMap()
Returns the layers containing the specified features, and the specified features themselves.static Map<Layer,Set<Feature>>
SpecifyFeaturesTool. layerToSpecifiedFeaturesMap(Iterator<Layer> layerIterator, org.locationtech.jts.geom.Envelope boxInModelCoordinates)
protected Set<Feature>
SpecifyFeaturesTool. specifiedFeatures()
protected Collection<Feature>
SpecifyFeaturesTool. specifiedFeatures(Collection<Layer> layers)
Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type Feature Modifier and Type Method Description SplitLineStringsOp
SplitLineStringsOp. addSplit(Feature feature, org.locationtech.jts.geom.Coordinate target, Layer layer, boolean moveSplitToTarget)
protected Layer
AbstractClickSelectedLineStringsTool. layer(Feature feature, Map<Layer,Set<Feature>> layerToSpecifiedFeaturesMap)
void
NoteStyle. paint(Feature f, Graphics2D g, Viewport viewport)
Method parameters in com.vividsolutions.jump.workbench.ui.cursortool with type arguments of type Feature Modifier and Type Method Description protected abstract void
AbstractClickSelectedLineStringsTool. gestureFinished(Collection<Feature> nearbyLineStringFeatures)
protected void
NodeLineStringsTool. gestureFinished(Collection<Feature> nearbyLineStringFeatures)
protected Layer
AbstractClickSelectedLineStringsTool. layer(Feature feature, Map<Layer,Set<Feature>> layerToSpecifiedFeaturesMap)
-
Uses of Feature in com.vividsolutions.jump.workbench.ui.cursortool.editing
Fields in com.vividsolutions.jump.workbench.ui.cursortool.editing with type parameters of type Feature Modifier and Type Field Description protected List<Feature>
FeatureDrawingUtil. featsToAdd
Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing that return Feature Modifier and Type Method Description Feature
InsertVertexTool.SegmentContext. getFeature()
Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type Feature Modifier and Type Method Description boolean
SnapVerticesOp. execute(org.locationtech.jts.geom.Geometry fence, Collection<Layer> editableLayers, boolean rollingBackInvalidEdits, LayerViewPanel panel, Task task, org.locationtech.jts.geom.Coordinate suggestedTarget, Feature targetFeature, boolean insertVerticesIfNecessary)
protected void
SnapVerticesTool. snapVertices(Collection<Layer> editableLayers, org.locationtech.jts.geom.Coordinate suggestedTarget, Feature targetFeature)
Constructors in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type Feature Constructor Description SegmentContext(Layer layer, Feature feature, org.locationtech.jts.geom.LineSegment segment)
-
Uses of Feature in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Feature Modifier and Type Method Description boolean
EditSelectedFeaturePlugIn. execute(PlugInContext context, Feature feature, boolean editable)
-
Uses of Feature in com.vividsolutions.jump.workbench.ui.renderer
Methods in com.vividsolutions.jump.workbench.ui.renderer that return types with arguments of type Feature Modifier and Type Method Description protected abstract Map<Feature,List<org.locationtech.jts.geom.Geometry>>
AbstractSelectionRenderer. featureToSelectedItemsMap(Layer layer)
protected Map<Feature,List<org.locationtech.jts.geom.Geometry>>
FeatureSelectionRenderer. featureToSelectedItemsMap(Layer layer)
protected Map<Feature,List<org.locationtech.jts.geom.Geometry>>
LineStringSelectionRenderer. featureToSelectedItemsMap(Layer layer)
protected Map<Feature,List<org.locationtech.jts.geom.Geometry>>
PartSelectionRenderer. featureToSelectedItemsMap(Layer layer)
protected Map<Feature,List<org.locationtech.jts.geom.Geometry>>
SelectionBackgroundRenderer. featureToSelectedItemsMap(Layer layer)
protected Map<Layer,Collection<Feature>>
AbstractSelectionRenderer. layerToFeaturesMap()
protected abstract Map<Layer,Collection<Feature>>
FeatureCollectionRenderer. layerToFeaturesMap()
protected Map<Layer,Collection<Feature>>
LayerRenderer. layerToFeaturesMap()
Methods in com.vividsolutions.jump.workbench.ui.renderer with parameters of type Feature Modifier and Type Method Description void
AbstractSelectionRenderer. paint(Feature f, Graphics2D g, Viewport viewport)
Method parameters in com.vividsolutions.jump.workbench.ui.renderer with type arguments of type Feature Modifier and Type Method Description protected boolean
AbstractSelectionRenderer. useImageCaching(Map<Layer,List<Feature>> layerToFeaturesMap)
protected boolean
FeatureCollectionRenderer. useImageCaching(Map<Layer,List<Feature>> layerToFeaturesMap)
protected boolean
LayerRenderer. useImageCaching(Map<Layer,List<Feature>> layerToFeaturesMap)
-
Uses of Feature in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Feature Modifier and Type Method Description static double
LabelStyle. angle(Feature feature, String angleAttributeName, double defaultAngle)
Color
BasicStyle. getFeatureColor(Feature f)
- Giuseppe Aruta 11-June - 2012 - added code from SkyJUMP to enable color chooser plugIn - - Original comments from SkyJUMP developers - Looks for an Attribute field that contains the RGB color code and returns it or null if the RGB hex string is empty or ill-formed.Color
XBasicStyle. getFeatureColor(Feature feature)
static double
LabelStyle. height(Feature feature, String heightAttributeName, double defaultHeight)
void
BasicStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
ColorThemingStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
DelegatingStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
DummyStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
LabelStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
LineStringStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
PinEqualCoordinatesStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
Style. paint(Feature f, Graphics2D g, Viewport viewport)
void
VertexStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
XBasicStyle. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Feature in de.fho.jump.pirol.utilities.FormulaParsing
Methods in de.fho.jump.pirol.utilities.FormulaParsing with parameters of type Feature Modifier and Type Method Description abstract double
FormulaValue. getValue(Feature feature)
Returns the value (as a double) of this part of the formula. -
Uses of Feature in de.fho.jump.pirol.utilities.FormulaParsing.Operations
Methods in de.fho.jump.pirol.utilities.FormulaParsing.Operations with parameters of type Feature Modifier and Type Method Description double
AcosOperation. getValue(Feature feature)
double
AdditionOperation. getValue(Feature feature)
Returns the summarized values of the sub-values or sub-operations of this operationdouble
AsinOperation. getValue(Feature feature)
double
AtnaOperation. getValue(Feature feature)
double
CosOperation. getValue(Feature feature)
double
DivisionOperation. getValue(Feature feature)
Returns the divided values of the sub-values or sub-operations of this operationdouble
ExpOperation. getValue(Feature feature)
double
Log10Operation. getValue(Feature feature)
double
LogarithmOperation. getValue(Feature feature)
double
MultiplicationOperation. getValue(Feature feature)
Returns the multiplied values of the sub-values or sub-operations of this operationdouble
PowerOfOperation. getValue(Feature feature)
double
SinOperation. getValue(Feature feature)
double
SquareRootOperation. getValue(Feature feature)
double
SubtractionOperation. getValue(Feature feature)
Returns the subtracted values of the sub-values or sub-operations of this operationdouble
TanOperation. getValue(Feature feature)
double
ToDegreesOperation. getValue(Feature feature)
double
ToRadiansOperation. getValue(Feature feature)
-
Uses of Feature in de.fho.jump.pirol.utilities.FormulaParsing.Values
Methods in de.fho.jump.pirol.utilities.FormulaParsing.Values with parameters of type Feature Modifier and Type Method Description double
AttributeValue. getValue(Feature feature)
Gets the value (as a double) of the specified attribute out of the given feature.double
ConstantValue. getValue(Feature feature)
double
PiValue. getValue(Feature feature)
-
Uses of Feature in de.fho.jump.pirol.utilities.plugIns
Methods in de.fho.jump.pirol.utilities.plugIns that return Feature Modifier and Type Method Description static Feature[]
StandardPirolPlugIn. getFeaturesInFenceOrInLayer(PlugInContext context, Layer layer)
Get a List of Features (from the given Layer) that reside within the fence (if there is a fence) or just the features of the layer (if there is currently no fence) -
Uses of Feature in de.hawhamburg.sridsupport
Methods in de.hawhamburg.sridsupport with parameters of type Feature Modifier and Type Method Description void
SRIDStyle. paint(Feature f, Graphics2D g, Viewport viewport)
Deprecated. -
Uses of Feature in de.soldin.jumpcore
Methods in de.soldin.jumpcore with parameters of type Feature Modifier and Type Method Description org.locationtech.jts.geom.Geometry
UndoableSetGeometry. getGeom(Feature in_feature)
void
UndoableSetGeometry. setGeom(Feature feature, org.locationtech.jts.geom.Geometry geom)
-
Uses of Feature in org.openjump.core.apitools
Fields in org.openjump.core.apitools with type parameters of type Feature Modifier and Type Field Description protected List<Feature>
FeatureCollectionTools. featureList
Methods in org.openjump.core.apitools that return Feature Modifier and Type Method Description static Feature
FeatureCollectionTools. copyFeature(Feature feat)
"deep copys" the given Featurestatic Feature
FeatureSchemaTools. copyFeature(Feature feature, FeatureSchema newSchema)
copy the input feature to a new Schema whereby the new Feature Schema must be an extended or shortened onestatic Feature
FeatureCollectionTools. copyFeatureAndSetFeatureSchema(Feature feat, FeatureSchema newFs)
"deep copys" the given Feature and thereby sets the given feature schema.static Feature[]
FeatureCollectionTools. FeatureCollection2FeatureArray(FeatureCollection fc)
Converts a given FeatureCollection into an array of Feature, that can - by far - be faster iterated.static Feature[]
FeatureCollectionTools. FeatureCollection2FeatureArray(List<Feature> features)
Converts a given list of features into an array of Feature, that can - by far - be faster iterated.Feature
FeatureCollectionTools. getFeature(int fid)
gets the Feature with the given FID.static Feature
FeatureCollectionTools. getFeatureFromCollection(Feature[] features, int fid)
Get the feature with the specified ID from the arraystatic Feature
FeatureCollectionTools. getFeatureFromCollection(FeatureCollection features, int fid)
Get the feature with the specified ID from the FeatureCollectionstatic Feature
FeatureCollectionTools. getFeatureFromCollection(List<Feature> features, int fid)
Get the feature with the specified ID from the ListFeature[]
LayerTools. getFeaturesInFenceInLayer(Feature[] featArray, org.locationtech.jts.geom.Geometry fenceGeometry)
Feature[]
LayerTools. getFeaturesInFenceInLayer(Layer layer, org.locationtech.jts.geom.Geometry fenceGeometry)
static Feature[]
SelectionTools. getFeaturesInFenceInLayer(Feature[] featArray, org.locationtech.jts.geom.Geometry fenceGeometry)
Get a list of features (a sub list of the given array) that are included by the given fence geometry.static Feature[]
SelectionTools. getFeaturesInFenceInLayer(Layer layer, org.locationtech.jts.geom.Geometry fenceGeometry)
Get a list of those features from the given layer that are included by the given fence geometry.static Feature[]
SelectionTools. getFeaturesOnTheSameSpot(Feature[] featArray, org.locationtech.jts.geom.Geometry fenceGeometry, boolean bothWays)
Get a list of features (a sub list of the given array) that are included by the given fence geometry.static Feature[]
SelectionTools. getFeaturesOnTheSameSpot(Layer layer, org.locationtech.jts.geom.Geometry fenceGeometry, boolean bothWays)
Get a list of those features from the given layer that are included by the given fence geometry.Methods in org.openjump.core.apitools that return types with arguments of type Feature Modifier and Type Method Description static ArrayList<Feature>
FeatureCollectionTools. convertToPointFeature(Feature f, boolean accountForRings)
Extracts all points from an input feature and returns them as list of point features.static Map<Layer,List<Feature>>
LayerTools. getLayer2FeatureMap(List<Feature> features, PlugInContext context)
List<Feature>
SelectionTools. getSelectedFeatures()
static List<Feature>
SelectionTools. getSelectedFeatures(PlugInContext context)
static List<Feature>
SelectionTools. getSelectedFeaturesFromLayer(PlugInContext context, Layer layer)
static ArrayList<Feature>
FeatureCollectionTools. sortFeatureListByAttributeBeginWithSmallest(List<Feature> features, String attributeNameForSorting)
Sorts a list of features according to the values of a attribute.Methods in org.openjump.core.apitools with parameters of type Feature Modifier and Type Method Description static ArrayList<Feature>
FeatureCollectionTools. convertToPointFeature(Feature f, boolean accountForRings)
Extracts all points from an input feature and returns them as list of point features.static Feature
FeatureCollectionTools. copyFeature(Feature feat)
"deep copys" the given Featurestatic Feature
FeatureSchemaTools. copyFeature(Feature feature, FeatureSchema newSchema)
copy the input feature to a new Schema whereby the new Feature Schema must be an extended or shortened onestatic Feature
FeatureCollectionTools. copyFeatureAndSetFeatureSchema(Feature feat, FeatureSchema newFs)
"deep copys" the given Feature and thereby sets the given feature schema.static double
FeatureCollectionTools. getAritmeticMiddleForAttribute(Feature[] featArray, int attr)
static double
FeatureCollectionTools. getAritmeticMiddleForAttribute(Feature[] features, String attr)
static org.locationtech.jts.geom.Geometry
FeatureCollectionTools. getCenterOfMass(Feature[] features)
Calculates the center of mass for the gives features' geometries.static org.locationtech.jts.geom.Envelope
FeatureCollectionTools. getEnvelopeForFeatures(Feature[] features)
Creates an envelope object for the features in the given array.static Feature
FeatureCollectionTools. getFeatureFromCollection(Feature[] features, int fid)
Get the feature with the specified ID from the arrayFeature[]
LayerTools. getFeaturesInFenceInLayer(Feature[] featArray, org.locationtech.jts.geom.Geometry fenceGeometry)
static Feature[]
SelectionTools. getFeaturesInFenceInLayer(Feature[] featArray, org.locationtech.jts.geom.Geometry fenceGeometry)
Get a list of features (a sub list of the given array) that are included by the given fence geometry.static Feature[]
SelectionTools. getFeaturesOnTheSameSpot(Feature[] featArray, org.locationtech.jts.geom.Geometry fenceGeometry, boolean bothWays)
Get a list of features (a sub list of the given array) that are included by the given fence geometry.static Object[]
FeatureCollectionTools. getMeanOrModeForAttributes(Feature[] features, String[] attrs)
Method to calculate means (or modes) for the attributes given.static double[]
FeatureCollectionTools. getMinMaxAttributeValue(Feature[] featArray, FeatureSchema fs, String attr)
static Object
FeatureCollectionTools. getModusForAttribute(Feature[] features, int attr)
static Object
FeatureCollectionTools. getModusForAttribute(Feature[] features, String attr)
static double
FeatureCollectionTools. getNumericalAttributeValue(Feature f, String attributeName)
gets the value of an attribute; it checks if the attribute is of double or int type, otherwise NaN is returned.static int
FeatureCollectionTools. getNumOfDifferentAttributeValues(Feature[] features, int attr)
static int
FeatureCollectionTools. getNumOfDifferentAttributeValues(Feature[] features, String attr)
static Set<Object>
FeatureCollectionTools. getSetOfDifferentAttributeValues(Feature[] features, int attr)
static Set
FeatureCollectionTools. getSetOfDifferentAttributeValues(Feature[] features, String attr)
static StatisticIndices
FeatureCollectionTools. getStatistics(Feature[] featArray, FeatureSchema fs, String attr)
static double
FeatureCollectionTools. getSumAttributeValue(Feature[] featArray, FeatureSchema fs, String attr)
static HashMap<Object,Integer>[]
FeatureCollectionTools. getValueAppearancesCount(Feature[] features, int[] attrs)
Counts the number of appearances of each value of the given attributes within the given features.Method parameters in org.openjump.core.apitools with type arguments of type Feature Modifier and Type Method Description static void
FeatureCollectionTools. deleteFeatures(List<Feature> features, PlugInContext context)
deletes the given features from the map.static Feature[]
FeatureCollectionTools. FeatureCollection2FeatureArray(List<Feature> features)
Converts a given list of features into an array of Feature, that can - by far - be faster iterated.static double
FeatureCollectionTools. getAritmeticMiddleForAttribute(List<Feature> features, int attr)
static Feature
FeatureCollectionTools. getFeatureFromCollection(List<Feature> features, int fid)
Get the feature with the specified ID from the Liststatic Map<Layer,List<Feature>>
LayerTools. getLayer2FeatureMap(List<Feature> features, PlugInContext context)
static ArrayList<Feature>
FeatureCollectionTools. sortFeatureListByAttributeBeginWithSmallest(List<Feature> features, String attributeNameForSorting)
Sorts a list of features according to the values of a attribute.Constructor parameters in org.openjump.core.apitools with type arguments of type Feature Constructor Description FeatureCollectionTools(List<Feature> fcl)
-
Uses of Feature in org.openjump.core.apitools.objecttyperoles
Methods in org.openjump.core.apitools.objecttyperoles that return Feature Modifier and Type Method Description Feature[]
PirolFeatureCollection. toArray()
Methods in org.openjump.core.apitools.objecttyperoles with parameters of type Feature Modifier and Type Method Description void
PirolFeatureCollection. add(Feature feature)
void
PirolFeatureCollection. remove(Feature feature)
-
Uses of Feature in org.openjump.core.attributeoperations
Methods in org.openjump.core.attributeoperations that return Feature Modifier and Type Method Description static Feature
JoinAttributes. copyFeature(Feature feature, FeatureSchema newSchema)
Copy the input feature to a new Schema whereby the new Feature Schema must be an extended or shortened oneMethods in org.openjump.core.attributeoperations with parameters of type Feature Modifier and Type Method Description static Feature
JoinAttributes. copyFeature(Feature feature, FeatureSchema newSchema)
Copy the input feature to a new Schema whereby the new Feature Schema must be an extended or shortened onestatic double
AttributeOp. evaluateAttributes(int attributeOp, Feature[] features, String attributeName)
Method parameters in org.openjump.core.attributeoperations with type arguments of type Feature Modifier and Type Method Description static double
AttributeOp. evaluateAttributes(int attributeOp, List<Feature> features, String attributeName)
-
Uses of Feature in org.openjump.core.attributeoperations.statistics
Fields in org.openjump.core.attributeoperations.statistics declared as Feature Modifier and Type Field Description protected Feature[]
CorrelationCoefficients. rawFeatures
Methods in org.openjump.core.attributeoperations.statistics with parameters of type Feature Modifier and Type Method Description protected double
CorrelationCoefficients. aritmeticMiddle(Feature[] features, int attr)
static double
CorrelationCoefficients. getDeviation(Feature[] features, String attr, double mean)
Returns the deviation of the values of the given attribute.protected CorrelationDataPair[]
CorrelationCoefficients. initializeDataStorage(Feature[] features)
Constructors in org.openjump.core.attributeoperations.statistics with parameters of type Feature Constructor Description CorrelationCoefficients(Feature[] features, String attr1, String attr2)
-
Uses of Feature in org.openjump.core.ccordsys.srid
Methods in org.openjump.core.ccordsys.srid with parameters of type Feature Modifier and Type Method Description void
SRIDStyle. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Feature in org.openjump.core.feature
Methods in org.openjump.core.feature with parameters of type Feature Modifier and Type Method Description Object
BeanshellAttributeOperation. invoke(Feature feature)
-
Uses of Feature in org.openjump.core.graph.polygongraph
Fields in org.openjump.core.graph.polygongraph declared as Feature Modifier and Type Field Description Feature
PolygonGraphNode. realWorldObject
Methods in org.openjump.core.graph.polygongraph that return Feature Modifier and Type Method Description Feature
PolygonGraphEdge. getEdgeBetweenInterriorPointsAsFeature()
Methods in org.openjump.core.graph.polygongraph that return types with arguments of type Feature Modifier and Type Method Description ArrayList<Feature>
PolygonGraphEdge. getBoundariesAsFeature()
ArrayList<Feature>
PolygonGraphNode. getNonSharedBoundariesAsFeature()
ArrayList<Feature>
PolygonGraphNode. retrieveSharedBoundaries()
Method parameters in org.openjump.core.graph.polygongraph with type arguments of type Feature Modifier and Type Method Description void
PolygonGraph. createPolygonGraphFrom(Collection<Feature> fc, TaskMonitor monitor)
Constructors in org.openjump.core.graph.polygongraph with parameters of type Feature Constructor Description PolygonGraphNode(Feature f)
Constructor parameters in org.openjump.core.graph.polygongraph with type arguments of type Feature Constructor Description PolygonGraph(Collection<Feature> polygonFeatures)
creates a new polygon graph objects and populates it with the feature deliveredPolygonGraph(Collection<Feature> polygonFeatures, TaskMonitor monitor)
creates a new polygon graph objects and populates it with the feature delivered -
Uses of Feature in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore with parameters of type Feature Modifier and Type Method Description void
WritableDataStoreDataSource. addCreation(Feature feature)
void
WritableDataStoreDataSource. addModification(Feature feature, Feature oldFeature)
void
WritableDataStoreDataSource. addSuppression(Feature feature)
protected PreparedStatement
WritableDataStoreDataSource. setAttributeValues(PreparedStatement pstmt, Feature feature, int srid, boolean multi, int dim)
-
Uses of Feature in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction that return Feature Modifier and Type Method Description Feature
Evolution. getNewFeature()
Feature
Evolution. getOldFeature()
Methods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type Feature Modifier and Type Method Description static Evolution
Evolution. createCreation(Feature feature)
static Evolution
Evolution. createModification(Feature feature, Feature old)
static Evolution
Evolution. createSuppression(Feature feature)
-
Uses of Feature in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer that return types with arguments of type Feature Modifier and Type Method Description Collection<Feature>
CombineSelectedLayersPlugIn. conform(Collection<Feature> features, FeatureSchema targetFeatureSchema, String layerName)
Method parameters in org.openjump.core.ui.plugin.layer with type arguments of type Feature Modifier and Type Method Description Collection<Feature>
CombineSelectedLayersPlugIn. conform(Collection<Feature> features, FeatureSchema targetFeatureSchema, String layerName)
-
Uses of Feature in org.openjump.core.ui.plugin.queries
Methods in org.openjump.core.ui.plugin.queries with parameters of type Feature Modifier and Type Method Description boolean
Condition. test(Feature feature)
-
Uses of Feature in org.openjump.core.ui.plugin.tools
Methods in org.openjump.core.ui.plugin.tools with parameters of type Feature Modifier and Type Method Description void
MeasurementStyle. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Feature in org.openjump.core.ui.plugin.tools.analysis.onelayer
Methods in org.openjump.core.ui.plugin.tools.analysis.onelayer that return Feature Modifier and Type Method Description static Feature
IntersectPolygonsOneLayerPlugIn. resetFeatureValuesToNaN(Feature f)
All values are set to NaN.Methods in org.openjump.core.ui.plugin.tools.analysis.onelayer with parameters of type Feature Modifier and Type Method Description static Feature
IntersectPolygonsOneLayerPlugIn. resetFeatureValuesToNaN(Feature f)
All values are set to NaN. -
Uses of Feature in org.openjump.core.ui.plugin.tools.statistics
Fields in org.openjump.core.ui.plugin.tools.statistics declared as Feature Modifier and Type Field Description protected Feature[]
StatisticOverViewTableModel. features
Constructors in org.openjump.core.ui.plugin.tools.statistics with parameters of type Feature Constructor Description StatisticOverViewDialog(Frame parentFrame, String title, boolean modal, Feature[] features)
StatisticOverViewTableModel(Feature[] features)
-
Uses of Feature in org.openjump.core.ui.style.decoration
Methods in org.openjump.core.ui.style.decoration with parameters of type Feature Modifier and Type Method Description void
TextBasedVertexStyle. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Feature in org.openjump.sigle.utilities.gui
Methods in org.openjump.sigle.utilities.gui with parameters of type Feature Modifier and Type Method Description static Double
DialogUtil. getDoubleFromAttribute(Feature f, String attributeName)
-
Uses of Feature in org.openjump.util.python
Methods in org.openjump.util.python with parameters of type Feature Modifier and Type Method Description void
ModifyGeometry. addChangeGeometryTransaction(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry)
-