java.lang.Object | |
↳ | com.carto.renderers.components.CullState |
View specific state determined by the culling process. This includes
convex envelope of the visible area, view frustum, tiles and camera state.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CullState(MapEnvelope envelope, ViewState viewState)
Constructs a CullState object from an envelope and a viewstate.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
boolean |
equals(Object obj)
Checks if this object is equal to the specified object.
| ||||||||||
MapEnvelope |
getProjectionEnvelope(Projection projection)
Returns an envelope for the visible area in given projection coordinates.
| ||||||||||
ViewState |
getViewState()
Returns a view state.
| ||||||||||
int |
hashCode()
Returns the hash value of this object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructs a CullState object from an envelope and a viewstate.
envelope | The envelope. |
---|---|
viewState | The view state. |
Checks if this object is equal to the specified object.
obj | The reference object. |
---|
Returns an envelope for the visible area in given projection coordinates.
projection | The projection for the envelope |
---|
Returns the hash value of this object.