public interface ILcdGDFRelationship
Modifier and Type | Method and Description |
---|---|
ILcdGDFAttribute |
getAttribute(int aIndex)
Returns the attribute at the given index.
|
int |
getAttributeCount()
Returns the number of attributes.
|
ILcdGDFFeature |
getFeature(int aIndex)
Returns the feature at the given index.
|
int |
getFeatureCount()
Returns the number of features involved in this relationship.
|
TLcdGDFRelationshipType |
getRelationshipType()
Returns the relationship type of this relationship.
|
ILcdGDFSourceDescription |
getSourceDescription()
Returns the source description of this feature, or
null if none exists. |
TLcdGDFRelationshipType getRelationshipType()
ILcdGDFSourceDescription getSourceDescription()
null
if none exists.int getFeatureCount()
ILcdGDFFeature getFeature(int aIndex)
aIndex
- the index of the feature to be returned.IndexOutOfBoundsException
- if aIndex < 0 || aIndex >= getFeatureCount()
.int getAttributeCount()
ILcdGDFAttribute getAttribute(int aIndex)
aIndex
- the index of the attribute to be returned.IndexOutOfBoundsException
- if aIndex < 0 || aIndex >= getAttributeCount()
.