public class CircleLayer extends Layer
| Constructor and Description |
|---|
CircleLayer(long nativePtr) |
CircleLayer(java.lang.String layerId,
java.lang.String sourceId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
PropertyValue<java.lang.Float> |
getCircleBlur() |
PropertyValue<java.lang.String> |
getCircleColor() |
int |
getCircleColorAsInt()
The color of the circle.
|
PropertyValue<java.lang.Float> |
getCircleOpacity() |
PropertyValue<java.lang.String> |
getCirclePitchScale() |
PropertyValue<java.lang.Float> |
getCircleRadius() |
PropertyValue<java.lang.Float[]> |
getCircleTranslate() |
PropertyValue<java.lang.String> |
getCircleTranslateAnchor() |
protected void |
initialize(java.lang.String layerId,
java.lang.String sourceId) |
void |
setFilter(Filter.Statement filter) |
void |
setFilter(java.lang.Object[] filter) |
void |
setSourceLayer(java.lang.String sourceLayer) |
CircleLayer |
withFilter(Filter.Statement filter) |
CircleLayer |
withFilter(java.lang.Object[] filter) |
CircleLayer |
withProperties(Property<?>... properties) |
CircleLayer |
withSourceLayer(java.lang.String sourceLayer) |
checkValidity, getId, getMaxZoom, getMinZoom, getNativePtr, getVisibility, invalidate, nativeGetId, nativeGetMaxZoom, nativeGetMinZoom, nativeGetVisibility, nativeSetFilter, nativeSetLayoutProperty, nativeSetMaxZoom, nativeSetMinZoom, nativeSetPaintProperty, nativeSetSourceLayer, nativeUpdateStyle, setMaxZoom, setMinZoom, setPropertiespublic CircleLayer(long nativePtr)
public CircleLayer(java.lang.String layerId,
java.lang.String sourceId)
protected void initialize(java.lang.String layerId,
java.lang.String sourceId)
public void setSourceLayer(java.lang.String sourceLayer)
public CircleLayer withSourceLayer(java.lang.String sourceLayer)
public void setFilter(Filter.Statement filter)
public void setFilter(java.lang.Object[] filter)
public CircleLayer withFilter(java.lang.Object[] filter)
public CircleLayer withFilter(Filter.Statement filter)
public CircleLayer withProperties(Property<?>... properties)
public PropertyValue<java.lang.Float> getCircleRadius()
public PropertyValue<java.lang.String> getCircleColor()
public int getCircleColorAsInt()
java.lang.RuntimeExceptionpublic PropertyValue<java.lang.Float> getCircleBlur()
public PropertyValue<java.lang.Float> getCircleOpacity()
public PropertyValue<java.lang.Float[]> getCircleTranslate()
public PropertyValue<java.lang.String> getCircleTranslateAnchor()
public PropertyValue<java.lang.String> getCirclePitchScale()