public static interface LayerInformationBuilder.RawElement extends LayerInformationBuilder.Element
Modifier and Type | Method and Description |
---|---|
LayerInformationBuilder.RawElement |
asWKT(Envelope env) |
LayerInformationBuilder.RawElement |
asWKT(Geometry geom) |
LayerInformationBuilder.RawElement |
asWKT(IProjection proj) |
LayerInformationBuilder.RawElement |
value(Envelope env) |
LayerInformationBuilder.RawElement |
value(Geometry geom) |
LayerInformationBuilder.RawElement |
value(IProjection proj) |
LayerInformationBuilder.RawElement |
value(String format,
Object... args) |
build
LayerInformationBuilder.RawElement value(String format, Object... args)
LayerInformationBuilder.RawElement value(IProjection proj)
LayerInformationBuilder.RawElement value(Envelope env)
LayerInformationBuilder.RawElement value(Geometry geom)
LayerInformationBuilder.RawElement asWKT(IProjection proj)
LayerInformationBuilder.RawElement asWKT(Envelope env)
LayerInformationBuilder.RawElement asWKT(Geometry geom)