public static interface LayerInformationBuilder.TextElement extends LayerInformationBuilder.RawElement
| Modifier and Type | Method and Description |
|---|---|
LayerInformationBuilder.TextElement |
asWKT(Envelope env) |
LayerInformationBuilder.TextElement |
asWKT(Geometry geom) |
LayerInformationBuilder.TextElement |
asWKT(IProjection proj) |
LayerInformationBuilder.TextElement |
value(Envelope env) |
LayerInformationBuilder.TextElement |
value(Geometry geom) |
LayerInformationBuilder.TextElement |
value(IProjection proj) |
LayerInformationBuilder.TextElement |
value(java.lang.String format,
java.lang.Object... args) |
buildLayerInformationBuilder.TextElement value(java.lang.String format, java.lang.Object... args)
value in interface LayerInformationBuilder.RawElementLayerInformationBuilder.TextElement value(IProjection proj)
value in interface LayerInformationBuilder.RawElementLayerInformationBuilder.TextElement value(Envelope env)
value in interface LayerInformationBuilder.RawElementLayerInformationBuilder.TextElement value(Geometry geom)
value in interface LayerInformationBuilder.RawElementLayerInformationBuilder.TextElement asWKT(IProjection proj)
asWKT in interface LayerInformationBuilder.RawElementLayerInformationBuilder.TextElement asWKT(Envelope env)
asWKT in interface LayerInformationBuilder.RawElementLayerInformationBuilder.TextElement asWKT(Geometry geom)
asWKT in interface LayerInformationBuilder.RawElement