| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFeatureServiceFeature
Default implementation of a FeatureServiceFeature.
|
class |
DrawingSLDStyledFeature
This feature class is used within the drawing mode.
|
class |
JDBCFeature
DOCUMENT ME!
|
class |
PersistentFeature
DOCUMENT ME!
|
class |
PostgisFeature
DOCUMENT ME!
|
class |
ShapeFeature
Features read from a SHP File.
|
class |
UpdateablePostgisFeature
DOCUMENT ME!
|
class |
WFSFeature
Features produced by a Web Feature Service.
|
class |
WMSFeature
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
FeatureServiceFeature |
ModifiableFeature.saveChanges()
Saves the feature.
|
FeatureServiceFeature |
ShapeFeature.saveChanges()
DOCUMENT ME!
|
FeatureServiceFeature |
JDBCFeature.saveChanges() |
FeatureServiceFeature |
DefaultFeatureServiceFeature.saveChanges()
Saves the feature.
|
| Constructor and Description |
|---|
DefaultFeatureServiceFeature(FeatureServiceFeature feature)
Initialises a new DefaultFeatureServiceFeature instance from an existing FeatureServiceFeature object.
|
PersistentFeature(FeatureServiceFeature f,
FilePersistenceManager pm)
Creates a new PersistentFeature object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeatureService<FT extends FeatureServiceFeature,QT>
DOCUMENT ME!
|
class |
DocumentFeatureService<FT extends FeatureServiceFeature,QT>
Base class for document-based feature services.
|
class |
JDBCFeatureService<FT extends FeatureServiceFeature>
DOCUMENT ME!
|
| Constructor and Description |
|---|
H2FeatureService(String name,
String databasePath,
String tableName,
List<FeatureServiceAttribute> attributes,
File shapeFile,
List<FeatureServiceFeature> features)
Creates a new H2FeatureService object.
|
H2FeatureService(String name,
String databasePath,
String tableName,
List<FeatureServiceAttribute> attributes,
File shapeFile,
List<FeatureServiceFeature> features,
List<String> orderedAttributeNames)
Creates a new H2FeatureService object.
|
H2FeatureService(String name,
String databasePath,
String tableName,
List<FeatureServiceAttribute> attributes,
File shapeFile,
List<FeatureServiceFeature> features,
List<String> orderedAttributeNames,
String format)
Creates a new H2FeatureService object.
|
H2FeatureService(String name,
String databasePath,
String tableName,
List<FeatureServiceAttribute> attributes,
List<FeatureServiceFeature> features)
Creates a new H2FeatureService object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeatureFactory<FT extends FeatureServiceFeature,QT>
Abstract impelementation of a FeatureFactory.
|
interface |
CachingFeatureFactory<FT extends FeatureServiceFeature,QT>
The CachingFeatureFactory stores retrieved features in a spatial index structure and thus allows fast bounding box
requests.
|
class |
DegreeFeatureFactory<FT extends FeatureServiceFeature,QT>
Abstract Base class of features factories that make use of the degree framework to read features documents.
|
interface |
FeatureFactory<FT extends FeatureServiceFeature,QT>
Factory class that creates a collection of features from arbitrary data sources (e.g.
|
class |
JDBCFeatureFactory<FT extends FeatureServiceFeature,QT>
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
FeatureServiceFeature |
FeatureFactory.createNewFeature()
This method must be implemented, if
AbstractFeatureService.isEditable(). |
FeatureServiceFeature |
AbstractFeatureFactory.createNewFeature() |
FeatureServiceFeature |
H2FeatureServiceFactory.createNewFeature() |
FeatureServiceFeature |
ShapeFeatureFactory.createNewFeature() |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureServiceFeature> |
DxfReader.getAnnotationFeatures()
DOCUMENT ME!
|
List<FeatureServiceFeature> |
DxfReader.getLinestringFeatures()
DOCUMENT ME!
|
List<FeatureServiceFeature> |
DxfReader.getPointFeatures()
DOCUMENT ME!
|
List<FeatureServiceFeature> |
DxfReader.getPolygonFeatures()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFeatureFactory.sortFeatureList(List<? extends FeatureServiceFeature> featureList,
FeatureServiceAttribute[] attributes)
DOCUMENT ME!
|
| Constructor and Description |
|---|
H2FeatureServiceFactory(String name,
String databasePath,
String tableName,
List<FeatureServiceFeature> featureList,
List<String> orderedAttributeList,
SwingWorker workerThread,
Map<String,LinkedList<org.deegree.style.se.unevaluated.Style>> styles)
Creates a new H2FeatureServiceFactory object.
|
H2FeatureServiceFactory(String name,
String databasePath,
String tableName,
List<FeatureServiceFeature> featureList,
SwingWorker workerThread,
Map<String,LinkedList<org.deegree.style.se.unevaluated.Style>> styles)
Creates a new H2FeatureServiceFactory object.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FeatureServiceFeature> |
SimpleAttributeTableModel.featureList |
protected List<FeatureServiceFeature> |
SimpleAttributeTableModel.removedFeatures |
| Modifier and Type | Method and Description |
|---|---|
FeatureServiceFeature |
DefaultAttributeTableRuleSet.cloneFeature(FeatureServiceFeature feature) |
FeatureServiceFeature |
AttributeTableRuleSet.cloneFeature(FeatureServiceFeature feature)
Clones the given feature.
|
FeatureServiceFeature |
AttributeTable.getFeatureById(int id)
DOCUMENT ME!
|
FeatureServiceFeature |
AttributeTable.getFeatureByRow(int row)
DOCUMENT ME!
|
FeatureServiceFeature |
SimpleAttributeTableModel.getFeatureServiceFeature(int row)
DOCUMENT ME!
|
FeatureServiceFeature |
SimpleAttributeTableModel.getFeatureServiceFeatureById(int id)
DOCUMENT ME!
|
FeatureServiceFeature[] |
DefaultAttributeTableRuleSet.prepareFeaturesForExport(FeatureServiceFeature[] features) |
FeatureServiceFeature[] |
AttributeTableRuleSet.prepareFeaturesForExport(FeatureServiceFeature[] features)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FeatureServiceFeature> |
DefaultAttributeTableRuleSet.getFeatureClass() |
Class<? extends FeatureServiceFeature> |
AttributeTableRuleSet.getFeatureClass()
This method can be used to use custom feature classes with a different styling.
|
List<FeatureServiceFeature> |
SimpleAttributeTableModel.getFeatureServiceFeatures()
Returns all features of this model.
|
List<FeatureServiceFeature> |
SimpleAttributeTableModel.getRemovedFeature()
DOCUMENT ME!
|
List<FeatureServiceFeature> |
AttributeTable.getSelectedFeatures()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeTable.addFeature(FeatureServiceFeature feature)
Adds the given feature to the attribute table.
|
void |
SimpleAttributeTableModel.addFeature(FeatureServiceFeature feature)
The feature must be of the same type as the other features in the model.
|
void |
SimpleAttributeTableModel.addRemovedFeature(FeatureServiceFeature feature)
DOCUMENT ME!
|
Object |
DefaultAttributeTableRuleSet.afterEdit(FeatureServiceFeature feature,
String column,
int row,
Object oldValue,
Object newValue) |
Object |
AttributeTableRuleSet.afterEdit(FeatureServiceFeature feature,
String column,
int row,
Object oldValue,
Object newValue)
This method will be invoked, after a cell was edited.
|
void |
DefaultAttributeTableRuleSet.beforeSave(FeatureServiceFeature feature) |
void |
AttributeTableRuleSet.beforeSave(FeatureServiceFeature feature)
Will be invoked before a the given feature will be saved.
|
FeatureServiceFeature |
DefaultAttributeTableRuleSet.cloneFeature(FeatureServiceFeature feature) |
FeatureServiceFeature |
AttributeTableRuleSet.cloneFeature(FeatureServiceFeature feature)
Clones the given feature.
|
void |
DefaultAttributeTableRuleSet.copyProperties(FeatureServiceFeature sourceFeature,
FeatureServiceFeature targetFeature) |
void |
AttributeTableRuleSet.copyProperties(FeatureServiceFeature sourceFeature,
FeatureServiceFeature targetFeature)
Copies the feature properties from the source feature to the target feature.
|
void |
FeatureCreator.createFeature(MappingComponent mc,
FeatureServiceFeature feature)
DOCUMENT ME!
|
Object |
DefaultAttributeTableRuleSet.getAdditionalFieldValue(String propertyName,
FeatureServiceFeature feature) |
Object |
AttributeTableRuleSet.getAdditionalFieldValue(String propertyName,
FeatureServiceFeature feature)
Determines the value of the additional field with the given index for the given feature.
|
FeatureAnnotationSymbol |
DefaultAttributeTableRuleSet.getPointAnnotationSymbol(FeatureServiceFeature feature) |
FeatureAnnotationSymbol |
AttributeTableRuleSet.getPointAnnotationSymbol(FeatureServiceFeature feature)
Get the point annotation symbol, that should be used, when no style is defined.
|
int |
SimpleAttributeTableModel.getRowByFeature(FeatureServiceFeature feature)
DOCUMENT ME!
|
void |
AttributeTable.makeFeatureEditable(FeatureServiceFeature feature,
Component parent)
Locks the given feature, if a corresponding locker exists and make the feature editable.
|
void |
DefaultAttributeTableRuleSet.mouseClicked(FeatureServiceFeature feature,
String columnName,
Object value,
int clickCount) |
void |
AttributeTableRuleSet.mouseClicked(FeatureServiceFeature feature,
String columnName,
Object value,
int clickCount)
DOCUMENT ME!
|
void |
SimpleAttributeTableModel.moveRowUp(FeatureServiceFeature[] propToMove)
DOCUMENT ME!
|
FeatureServiceFeature[] |
DefaultAttributeTableRuleSet.prepareFeaturesForExport(FeatureServiceFeature[] features) |
FeatureServiceFeature[] |
AttributeTableRuleSet.prepareFeaturesForExport(FeatureServiceFeature[] features)
DOCUMENT ME!
|
void |
AttributeTable.removeFeature(FeatureServiceFeature f)
DOCUMENT ME!
|
void |
SimpleAttributeTableModel.removeFeatureServiceFeature(FeatureServiceFeature feature)
Removes the given feature from the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeTable.addFeatures(List<FeatureServiceFeature> features)
Adds the given feature to the attribute table.
|
void |
SimpleAttributeTableModel.addFeatures(List<FeatureServiceFeature> features)
The feature must be of the same type as the other features in the model.
|
static void |
AttributeTable.copySelectedFeaturesToClipboard(List<FeatureServiceFeature> features)
DOCUMENT ME!
|
void |
AttributeTable.makeFeaturesEditable(List<FeatureServiceFeature> features)
Locks the given feature, if a corresponding locker exists and make the feature editable.
|
boolean |
AttributeTableFieldCalculation.openPanel(AttributeTable table,
AbstractFeatureService service,
FeatureServiceAttribute attribute,
List<FeatureServiceFeature> featureList)
DOCUMENT ME!
|
boolean |
AttributeTableFieldCalculation.openPanel(AttributeTable table,
AbstractFeatureService service,
FeatureServiceAttribute attribute,
List<FeatureServiceFeature> featureList,
List<FeatureServiceFeature> allFeaturesFromService)
DOCUMENT ME!
|
boolean |
AttributeTableFieldCalculation.openPanel(AttributeTable table,
AbstractFeatureService service,
FeatureServiceAttribute attribute,
List<FeatureServiceFeature> featureList,
List<FeatureServiceFeature> allFeaturesFromService)
DOCUMENT ME!
|
boolean |
DefaultAttributeTableRuleSet.prepareForSave(List<FeatureServiceFeature> features) |
boolean |
AttributeTableRuleSet.prepareForSave(List<FeatureServiceFeature> features)
Will be invoked before the service will be saved.
|
AttributeTableExtendedRuleSet.ErrorDetails |
AttributeTableExtendedRuleSet.prepareForSaveWithDetails(List<FeatureServiceFeature> features)
Will be invoked before the service will be saved.
|
void |
SimpleAttributeTableModel.setNewFeatureList(List<FeatureServiceFeature> propertyContainer)
DOCUMENT ME!
|
| Constructor and Description |
|---|
ErrorDetails(FeatureServiceFeature feature,
String column)
Creates a new ErrorDetails object.
|
FeatureCreatedEvent(Object source,
FeatureServiceFeature feature)
Creates a new FeatureCreatedEvent object.
|
| Constructor and Description |
|---|
SimpleAttributeTableModel(List<String> orderedFeatureServiceAttributes,
Map<String,FeatureServiceAttribute> featureServiceAttributes,
List<FeatureServiceFeature> propertyContainer,
AttributeTableRuleSet tableRuleSet)
Creates a new CustomTableModel object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WithoutGeometryCreator.createFeature(MappingComponent mc,
FeatureServiceFeature feature) |
void |
PrimitiveGeometryCreator.createFeature(MappingComponent mc,
FeatureServiceFeature feature) |
| Modifier and Type | Method and Description |
|---|---|
FeatureServiceFeature |
FeatureInfoPanel.getSelectedFeature()
DOCUMENT ME!
|
| Modifier and Type | Field and Description |
|---|---|
protected FeatureServiceFeature[] |
ExportDownload.features |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportDownload.init(String filename,
String extension,
FeatureServiceFeature[] features,
AbstractFeatureService service,
List<String[]> aliasAttributeList,
String query)
DOCUMENT ME!
|
void |
ExportCsvDownload.init(String filename,
String extension,
FeatureServiceFeature[] features,
AbstractFeatureService service,
List<String[]> aliasAttributeList,
String query) |
void |
DefaultShapeWriter.writeDbf(FeatureServiceFeature[] features,
List<String[]> aliasAttributeList,
File fileToSaveTo) |
void |
ShapeWriter.writeDbf(FeatureServiceFeature[] features,
List<String[]> aliasAttributeList,
File fileToSaveTo)
DOCUMENT ME!
|
void |
DefaultShapeWriter.writeShape(FeatureServiceFeature[] features,
List<String[]> aliasAttributeList,
File fileToSaveTo) |
void |
ShapeWriter.writeShape(FeatureServiceFeature[] features,
List<String[]> aliasAttributeList,
File fileToSaveTo)
DOCUMENT ME!
|
| Constructor and Description |
|---|
ExportCsvDownload(String filename,
String extension,
FeatureServiceFeature[] features,
AbstractFeatureService service,
List<String[]> attributeNames)
Creates a new ExportShapeDownload object.
|
ExportDbfDownload(String filename,
String extension,
FeatureServiceFeature[] features)
Creates a new ExportShapeDownload object.
|
ExportShapeDownload(String filename,
String extension,
FeatureServiceFeature[] features)
Creates a new ExportShapeDownload object.
|
ExportTxtDownload(String filename,
String extension,
FeatureServiceFeature[] features,
AbstractFeatureService service,
List<String[]> attributeNames)
Creates a new ExportShapeDownload object.
|
SimpleFeatureCollection(String id,
FeatureServiceFeature[] features,
List<String[]> aliasAttributeList)
Creates a new SimpleFeatureCollection object.
|
SimpleFeatureCollection(String id,
FeatureServiceFeature[] features,
List<String[]> aliasAttributeList,
Map<String,FeatureServiceAttribute> attributeMap)
Creates a new SimpleFeatureCollection object.
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.