|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.builder.FeatureTypeStyleBuilder<P>
public class FeatureTypeStyleBuilder<P>
Constructor Summary | |
---|---|
FeatureTypeStyleBuilder()
|
|
FeatureTypeStyleBuilder(P parent)
|
Method Summary | |
---|---|
FeatureTypeStyle |
build()
Created object, may be null if unset() |
IdBuilder<FeatureTypeStyleBuilder<P>> |
definedFor()
|
void |
definedFor(org.opengis.filter.Id fids)
|
DescriptionBuilder<FeatureTypeStyleBuilder<P>> |
description()
|
FeatureTypeStyleBuilder<P> |
description(Description description)
|
FeatureTypeStyleBuilder<P> |
featureTypeName(org.opengis.feature.type.Name featureTypeName)
Accumulates another feature type name in the list of the feature type names for this FeatureTypeStyle |
FeatureTypeStyleBuilder<P> |
featureTypeName(java.lang.String featureTypeName)
Accumulates another feature type name in the list of the feature type names for this FeatureTypeStyle |
java.util.LinkedHashSet<org.opengis.feature.type.Name> |
featureTypeNames()
|
java.lang.String |
name()
|
FeatureTypeStyleBuilder<P> |
name(java.lang.String name)
|
FeatureTypeStyleBuilder<P> |
reset()
Configure the Builder to produce a default result. |
Builder<FeatureTypeStyle> |
reset(FeatureTypeStyle fts)
Configure the Builder to produce a copy of the provided original. |
RuleBuilder<FeatureTypeStyleBuilder<P>> |
rule()
|
java.util.List<RuleBuilder<FeatureTypeStyleBuilder<P>>> |
rules()
|
FeatureTypeStyleBuilder<P> |
rules(java.util.List<Rule> rules)
|
void |
setFeatureTypeNames(java.util.List<org.opengis.feature.type.Name> featureTypeNames)
|
FeatureTypeStyleBuilder<P> |
title(java.lang.String title)
|
java.util.Set<org.opengis.style.SemanticType> |
types()
|
Builder<FeatureTypeStyle> |
unset()
Configure the Builder to produce null . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureTypeStyleBuilder()
public FeatureTypeStyleBuilder(P parent)
Method Detail |
---|
public RuleBuilder<FeatureTypeStyleBuilder<P>> rule()
public FeatureTypeStyleBuilder<P> name(java.lang.String name)
public FeatureTypeStyleBuilder<P> title(java.lang.String title)
public DescriptionBuilder<FeatureTypeStyleBuilder<P>> description()
public FeatureTypeStyleBuilder<P> featureTypeName(java.lang.String featureTypeName)
FeatureTypeStyle
featureTypeName
-
public java.lang.String name()
public java.util.List<RuleBuilder<FeatureTypeStyleBuilder<P>>> rules()
public FeatureTypeStyleBuilder<P> rules(java.util.List<Rule> rules)
public FeatureTypeStyleBuilder<P> description(Description description)
public java.util.LinkedHashSet<org.opengis.feature.type.Name> featureTypeNames()
public void setFeatureTypeNames(java.util.List<org.opengis.feature.type.Name> featureTypeNames)
public IdBuilder<FeatureTypeStyleBuilder<P>> definedFor()
public void definedFor(org.opengis.filter.Id fids)
public java.util.Set<org.opengis.style.SemanticType> types()
public FeatureTypeStyleBuilder<P> featureTypeName(org.opengis.feature.type.Name featureTypeName)
FeatureTypeStyle
featureTypeName
-
public FeatureTypeStyle build()
Builder
build
in interface Builder<FeatureTypeStyle>
public FeatureTypeStyleBuilder<P> reset()
Builder
reset
in interface Builder<FeatureTypeStyle>
public Builder<FeatureTypeStyle> reset(FeatureTypeStyle fts)
Builder
reset
in interface Builder<FeatureTypeStyle>
public Builder<FeatureTypeStyle> unset()
Builder
null
.
This method allows a Builder to be used as a placeholder; in its
unset state the build() method will produce null
. If
any of the builder methods are used the builder will produce a
result.
unset
in interface Builder<FeatureTypeStyle>
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |