|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.filter.IdBuilder<P>
public class IdBuilder<P>
FitlerBuilder acting as a simple wrapper around an Expression.
Field Summary | |
---|---|
protected org.opengis.filter.FilterFactory |
ff
|
protected org.opengis.filter.Filter |
filter
|
protected P |
parent
|
protected boolean |
unset
|
Constructor Summary | |
---|---|
IdBuilder()
|
|
IdBuilder(P parent)
|
Method Summary | |
---|---|
org.opengis.filter.Id |
build()
Build the expression. |
P |
end()
|
IdBuilder<P> |
featureId(java.lang.String fid)
|
IdBuilder<P> |
fid(java.util.List<java.lang.String> fids)
|
IdBuilder<P> |
fid(java.lang.String fid)
|
IdBuilder<P> |
reset()
Configure the Builder to produce a default result. |
IdBuilder<P> |
reset(org.opengis.filter.Id filter)
Configure the Builder to produce a copy of the provided original. |
IdBuilder<P> |
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 |
Field Detail |
---|
protected org.opengis.filter.Filter filter
protected org.opengis.filter.FilterFactory ff
protected P parent
protected boolean unset
Constructor Detail |
---|
public IdBuilder()
public IdBuilder(P parent)
Method Detail |
---|
public org.opengis.filter.Id build()
build
in interface Builder<org.opengis.filter.Id>
public IdBuilder<P> fid(java.lang.String fid)
public IdBuilder<P> featureId(java.lang.String fid)
public IdBuilder<P> fid(java.util.List<java.lang.String> fids)
public P end()
public IdBuilder<P> reset()
Builder
reset
in interface Builder<org.opengis.filter.Id>
public IdBuilder<P> reset(org.opengis.filter.Id filter)
Builder
reset
in interface Builder<org.opengis.filter.Id>
public IdBuilder<P> 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<org.opengis.filter.Id>
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |