|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.io.bnaapi.BNAFeatureSet
Class representing the features read from a BNA File.
Field Summary | |
private java.util.HashMap |
_hm
Contains the features keyed with ther unique name. |
private java.util.Vector |
_list
Provides an indexed access to features. |
Constructor Summary | |
BNAFeatureSet()
Creates a new empty featureset. |
Method Summary | |
void |
addFeature(BNAFeature feature)
Add a new feature. |
BNAFeature |
getFeature(int index)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.HashMap _hm
private java.util.Vector _list
Constructor Detail |
public BNAFeatureSet()
Method Detail |
public void addFeature(BNAFeature feature)
If this set contains a feature with the same head of the added feature, then their geometries will be merged.
public int size()
public BNAFeature getFeature(int index)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |