public class ComplexFeatureBuilder extends FeatureBuilder<FeatureType,Feature>
factory, featureType
Modifier | Constructor and Description |
---|---|
|
ComplexFeatureBuilder(AttributeDescriptor ad) |
protected |
ComplexFeatureBuilder(AttributeDescriptor ad,
FeatureFactory factory) |
|
ComplexFeatureBuilder(FeatureType featureType) |
protected |
ComplexFeatureBuilder(FeatureType featureType,
FeatureFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
append(Name name,
Property value)
Append a property value to the complex feature under construction and associate it with the
name specified.
|
Feature |
buildFeature(String id)
Build and return the feature you've been constructing.
|
convert, createDefaultFeatureId, createDefaultFeatureIdentifier, getFeatureType
public ComplexFeatureBuilder(FeatureType featureType)
protected ComplexFeatureBuilder(FeatureType featureType, FeatureFactory factory)
public ComplexFeatureBuilder(AttributeDescriptor ad)
protected ComplexFeatureBuilder(AttributeDescriptor ad, FeatureFactory factory)
public Feature buildFeature(String id)
buildFeature
in class FeatureBuilder<FeatureType,Feature>
Copyright © 1996–2019 Geotools. All rights reserved.