public class FeatureAttributeDescriptor extends AttributeDescriptorImpl
AttributeDescriptorImpl
to allow for mapping of an actual property name,
which may collide with a "reserved" attributeDescriptor from ddf.catalog.data.impl.BasicTypes.BASIC_METACARD
, to a name that can be used without over-writing
existing attributeDescriptors.indexed, multivalued, name, stored, tokenized, type
Constructor and Description |
---|
FeatureAttributeDescriptor(AttributeDescriptor ad) |
FeatureAttributeDescriptor(String name,
String propertyName,
boolean indexed,
boolean stored,
boolean tokenized,
boolean multivalued,
AttributeType<?> type) |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName()
returns the name of the actual property to be queried against at the remote Wfs
|
equals, getName, getType, hashCode, isIndexed, isMultiValued, isStored, isTokenized, toString
public FeatureAttributeDescriptor(String name, String propertyName, boolean indexed, boolean stored, boolean tokenized, boolean multivalued, AttributeType<?> type)
public FeatureAttributeDescriptor(AttributeDescriptor ad)
public String getPropertyName()
This work is licensed under a Creative Commons Attribution 4.0 International License.