public interface IFMEFeatureType
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IFMEAttribute> |
getAttributes()
Gets all the feature types included in this dataset.
|
java.lang.String |
getDescription()
Gets a description of this feature type.
|
java.lang.String |
getName()
Gets the name of this feature type.
|
IFMEPropertyAccessor |
getPropertyAccessor()
Gets a property accessor to access feature type properties.
|
void |
updatePropertyAccessor(IFMEPropertyAccessor propertyAccessor)
Updates the property accessor.
|
java.lang.String getName()
java.lang.String getDescription()
java.util.ArrayList<IFMEAttribute> getAttributes()
IFMEPropertyAccessor getPropertyAccessor()
void updatePropertyAccessor(IFMEPropertyAccessor propertyAccessor) throws FMEServerException
propertyAccessor
- the property accessor.FMEServerException
- if a FME Server exception occurred.Copyright © 2015. All Rights Reserved.