| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FeatureServiceAttribute> |
AbstractFeatureService.featureServiceAttributes |
| Modifier and Type | Method and Description |
|---|---|
FeatureServiceAttribute |
FeatureServiceAttribute.clone() |
| Modifier and Type | Method and Description |
|---|---|
Vector<FeatureServiceAttribute> |
WFSCapabilitiesTreeModel.getChildren(FeatureType feature)
Returns all attributes of the given ElementDeclaration-object.
|
static TreeMap<FeatureType,Vector<FeatureServiceAttribute>> |
FeatureServiceUtilities.getElementDeclarations(WFSCapabilities cap)
Creates a list of JDOM-elements containing all attributes of each FeatureType from the FeatureTypeList.
|
Map<String,FeatureServiceAttribute> |
AbstractFeatureService.getFeatureServiceAttributes()
Returns a list of all featureServiceAttributes of this featureservice.
|
static HashMap<String,FeatureServiceAttribute> |
FeatureServiceUtilities.getFeatureServiceAttributes(org.jdom.Element describeFeatureXML)
Creates FeatureServiceAttributes by parsing the children of the delivered JDOM-element.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFeatureService.setFeatureServiceAttributes(List<FeatureServiceAttribute> featureServiceAttributesVector)
Setter for the featureServiceAttributes of the featureservice.
|
void |
AbstractFeatureService.setFeatureServiceAttributes(Map<String,FeatureServiceAttribute> featureServiceAttributes)
Setter for the featureServiceAttributes of the featureservice.
|
| Constructor and Description |
|---|
FeatureServiceAttribute(FeatureServiceAttribute featureServiceAttribute)
Creates a new FeatureServiceAttribute object.
|
| Constructor and Description |
|---|
AbstractFeatureService(String name,
List<FeatureServiceAttribute> attributes)
Create a new uninitialised AbstractFeatureService except for the name and featureServiceAttributes.
|
DocumentFeatureService(String name,
URI documentURI,
long documentSize,
List<FeatureServiceAttribute> attributes)
Creates a new DocumentFeatureService object.
|
GMLFeatureService(String name,
URI documentURI,
long documentSize,
List<FeatureServiceAttribute> attributes)
Creates a new GMLFeatureService object.
|
H2FeatureService(String name,
String databasePath,
String tableName,
List<FeatureServiceAttribute> attributes)
Creates a new H2FeatureService object.
|
H2FeatureService(String name,
String databasePath,
String tableName,
List<FeatureServiceAttribute> attributes,
File shapeFile)
Creates a new H2FeatureService object.
|
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.
|
JDBCFeatureService(String name,
String databasePath,
String tableName,
List<FeatureServiceAttribute> attributes)
Creates a new DocumentFeatureService object.
|
ShapeFileFeatureService(String name,
URI documentURI,
long documentSize,
List<FeatureServiceAttribute> attributes)
Creates a new ShapeFileFeatureService object.
|
WebFeatureService(String name,
String host,
org.jdom.Element query,
List<FeatureServiceAttribute> attributes,
FeatureType feature)
Create a new uninitialised AbstractFeatureService except for the attributes provided.
|
WebFeatureService(String name,
String host,
org.jdom.Element query,
List<FeatureServiceAttribute> attributes,
FeatureType feature,
boolean reverseAxisOrder)
Create a new uninitialised AbstractFeatureService except for the attributes provided.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector<FeatureServiceAttribute> |
H2FeatureServiceFactory.featureServiceAttributes |
protected Vector<FeatureServiceAttribute> |
GMLFeatureFactory.featureServiceAttributes |
protected Vector<FeatureServiceAttribute> |
ShapeFeatureFactory.featureServiceAttributes |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureServiceAttribute> |
FeatureFactory.createAttributes(SwingWorker workerThread)
Method that does not create FeatureServiceAttributes.
|
Vector<FeatureServiceAttribute> |
GMLFeatureFactory.createAttributes(SwingWorker workerThread)
DOCUMENT ME!
|
Vector<FeatureServiceAttribute> |
ShapeFeatureFactory.createAttributes(SwingWorker workerThread) |
List<FeatureServiceAttribute> |
DxfReader.getFeatureServiceAttributes()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
List |
H2FeatureServiceFactory.createFeatures(Object query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<FT> |
FeatureFactory.createFeatures(QT query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy)
Returns instances of features
FT that match the optional query and that fall into the optional
BoundingBox.Applies layerProperties (if set) on all Features (if the type of the feature implements the interface InheritsLayerProperties). |
List<PostgisFeature> |
PostgisFeatureFactory.createFeatures(SimpleFeatureServiceSqlStatement sqlStatement,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<DefaultFeatureServiceFeature> |
GMLFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<WFSFeature> |
WFSFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<ShapeFeature> |
ShapeFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
protected void |
AbstractFeatureFactory.sortFeatureList(List<? extends FeatureServiceFeature> featureList,
FeatureServiceAttribute[] attributes)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FeatureServiceAttribute> |
StyleDialog.getFeatureServiceAttributes()
Get the value of featureServiceAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleDialog.configureDialog(LayerProperties layerProperties,
Map<String,FeatureServiceAttribute> featureServiceAttributes,
Object query)
DOCUMENT ME!
|
void |
StyleDialog.configureDialog(Reader sldDefinition,
String layerName,
LayerProperties layerProperties,
Map<String,FeatureServiceAttribute> featureServiceAttributes,
Object query)
Configures the dialog based on the delivered AbstractfeatureService.
|
void |
StyleDialog.setFeatureServiceAttributes(Map<String,FeatureServiceAttribute> featureServiceAttributes)
Set the value of featureServiceAttributes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FeatureServiceAttribute> |
SimpleAttributeTableModel.featureServiceAttributes |
| Modifier and Type | Method and Description |
|---|---|
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!
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultH2AttributeTableRuleSet.init(List<LinearReferencingInfo> refInfos,
String geometryType,
List<FeatureServiceAttribute> attributes,
String tableName)
Creates a new H2AttributeTableRuleSet object.
|
void |
H2AttributeTableRuleSet.init(List<LinearReferencingInfo> refInfos,
String geometryType,
List<FeatureServiceAttribute> attributes,
String tableName)
DOCUMENT ME!
|
| 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 |
|---|---|
Vector<FeatureServiceAttribute> |
WFSSelectionAndCapabilities.getAttributes()
Deprecated.
getFeatures()[0].getFeatureAttributes() should be used
|
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
FeatureTools.getClass(FeatureServiceAttribute attr)
Determines the java class that can represent the type of the given feature attribute.
|
static String |
FeatureTools.getH2DataType(FeatureServiceAttribute attr)
Determines the H2 data type that can represent the type of the given feature attribute.
|
| Constructor and Description |
|---|
SimpleFeatureCollection(String id,
FeatureServiceFeature[] features,
List<String[]> aliasAttributeList,
Map<String,FeatureServiceAttribute> attributeMap)
Creates a new SimpleFeatureCollection object.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<FeatureServiceAttribute> |
FeatureTypeDescription.getAllFeatureAttributes(WFSCapabilities caps)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Vector<FeatureServiceAttribute> |
FeatureType.getFeatureAttributes()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Vector<FeatureServiceAttribute> |
DeegreeFeatureType.getFeatureAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Vector<FeatureServiceAttribute> |
DeegreeFeatureTypeDescription.getAllFeatureAttributes(WFSCapabilities caps)
DOCUMENT ME!
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.