|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.georss.dcatdef.BaseDcatField
public abstract class BaseDcatField
Base dcat field.
| Nested Class Summary | |
|---|---|
static interface |
BaseDcatField.FlagsProvider
|
| Field Summary | |
|---|---|
protected BaseDcatField.FlagsProvider |
flags
|
protected String |
fldName
|
| Fields inherited from interface com.esri.gpt.control.georss.dcatdef.DcatFieldDefinition |
|---|
OBLIGATORY |
| Constructor Summary | |
|---|---|
BaseDcatField(String fldName)
Creates instance of the class. |
|
BaseDcatField(String fldName,
BaseDcatField.FlagsProvider flags)
Creates instance of the class. |
|
BaseDcatField(String fldName,
long flags)
Creates instance of the class. |
|
| Method Summary | |
|---|---|
protected DcatField |
getAttributeField(DcatSchemas dcatSchemas,
IFeedRecord r)
Gets attribute field. |
protected DcatField |
getAttributeField(DcatSchemas dcatSchemas,
Map<String,IFeedAttribute> index,
IFeedRecord r,
String _fieldName)
Gets attribute field. |
protected DcatField |
getDcatField(DcatFields dcatFields)
Gets dcat field. |
protected DcatField |
getDcatField(DcatFields dcatFields,
String _fieldName)
Gets dcat field. |
protected DcatFields |
getDcatFields(DcatSchemas dcatSchemas,
String schemaKey)
Gets dcat fields |
protected IFeedAttribute |
getFeedAttribute(DcatSchemas dcatSchemas,
IFeedRecord r)
Gets feed attribute. |
protected IFeedAttribute |
getFeedAttribute(DcatSchemas dcatSchemas,
IFeedRecord r,
String _fieldName)
Gets feed attribute. |
protected IFeedAttribute |
getFeedAttribute(Map<String,IFeedAttribute> index,
DcatField field)
Gets feed attribute. |
protected Map<String,IFeedAttribute> |
getIndex(IFeedRecord r)
Gets index. |
protected String |
getOutFieldName()
Gets output field name. |
protected String |
getSchemaKey(Map<String,IFeedAttribute> index)
Gets schema key. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.gpt.control.georss.dcatdef.DcatFieldDefinition |
|---|
print |
| Field Detail |
|---|
protected final String fldName
protected BaseDcatField.FlagsProvider flags
| Constructor Detail |
|---|
public BaseDcatField(String fldName)
fldName - field name
public BaseDcatField(String fldName,
long flags)
fldName - field nameflags - flags
public BaseDcatField(String fldName,
BaseDcatField.FlagsProvider flags)
fldName - field nameflags - flags provider| Method Detail |
|---|
protected String getOutFieldName()
protected Map<String,IFeedAttribute> getIndex(IFeedRecord r)
r - feed record
protected String getSchemaKey(Map<String,IFeedAttribute> index)
index - map of attributes
protected DcatFields getDcatFields(DcatSchemas dcatSchemas,
String schemaKey)
dcatSchemas - dcat schemasschemaKey - schema key
protected DcatField getDcatField(DcatFields dcatFields)
dcatFields - dcat fields
protected DcatField getDcatField(DcatFields dcatFields,
String _fieldName)
dcatFields - dcat fields_fieldName - field name
protected IFeedAttribute getFeedAttribute(Map<String,IFeedAttribute> index,
DcatField field)
index - indexfield - field
null if not available
protected IFeedAttribute getFeedAttribute(DcatSchemas dcatSchemas,
IFeedRecord r)
dcatSchemas - dcat schemasr - feed record
protected DcatField getAttributeField(DcatSchemas dcatSchemas,
IFeedRecord r)
dcatSchemas - dcat schemasr - feed record
protected DcatField getAttributeField(DcatSchemas dcatSchemas,
Map<String,IFeedAttribute> index,
IFeedRecord r,
String _fieldName)
dcatSchemas - dcat schemasindex - indexr - feed record_fieldName - field name
protected IFeedAttribute getFeedAttribute(DcatSchemas dcatSchemas,
IFeedRecord r,
String _fieldName)
dcatSchemas - dcat schemasr - feed record_fieldName - field name
public String toString()
toString in class Object
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||