Package org.geotools.mbstyle.parse
Class MBObjectStops.LayerStops
Object
LayerStops
- Enclosing class:
- MBObjectStops
Function stops representation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasStops()
boolean
boolean
boolean
void
setPropertyStops
(boolean propertyStops) void
setZoomPropertyStops
(boolean zoomPropertyStops) void
setZoomStops
(boolean zoomStops)
-
Field Details
-
propertyStops
public boolean propertyStops -
zoomStops
public boolean zoomStops -
zoomPropertyStops
public boolean zoomPropertyStops
-
-
Constructor Details
-
LayerStops
public LayerStops()
-
-
Method Details
-
isPropertyStops
public boolean isPropertyStops() -
setPropertyStops
public void setPropertyStops(boolean propertyStops) -
isZoomStops
public boolean isZoomStops() -
setZoomStops
public void setZoomStops(boolean zoomStops) -
isZoomPropertyStops
public boolean isZoomPropertyStops() -
setZoomPropertyStops
public void setZoomPropertyStops(boolean zoomPropertyStops) -
hasStops
public boolean hasStops()
-