| |
|
| java.lang.Object com.vividsolutions.jump.feature.AbstractBasicFeature com.vividsolutions.jump.feature.BasicFeature
Constructor Summary | |
public | BasicFeature(FeatureSchema featureSchema) Constructs a BasicFeature with the given FeatureSchema specifying the
attribute names and types. |
BasicFeature | public BasicFeature(FeatureSchema featureSchema)(Code) | | Constructs a BasicFeature with the given FeatureSchema specifying the
attribute names and types.
|
getAttribute | public Object getAttribute(int i)(Code) | | Returns the specified attribute.
Parameters: i - the index of the attribute to get the attribute |
getAttributes | public Object[] getAttributes()(Code) | | A low-level accessor that is not normally used. It is called by ViewSchemaPlugIn.
|
setAttribute | public void setAttribute(int attributeIndex, Object newAttribute)(Code) | | Sets the specified attribute.
Parameters: attributeIndex - the array index at which to put the new attribute Parameters: newAttribute - the new attribute |
setAttributes | public void setAttributes(Object[] attributes)(Code) | | A low-level accessor that is not normally used. It is called by ViewSchemaPlugIn.
|
|
|
|