Package com.luciad.models.features


package com.luciad.models.features
Models containing vector data.

For simple static models you may use FeatureModelBuilder. Providing access to your custom data objects may require you to implement your own IFeatureModel. You can also create feature models by decoding data defined in one of the supported formats.

A good starting point is the tutorial on accessing feature data.