| Modifier and Type | Method and Description | 
|---|---|
| int | getOffset() | 
| GeographicProjection | getProjection()Returns the geographic projection for this globe. | 
| boolean | isContinuous()Indicates whether it makes sense to treat the associated projection as contiguous with itself. | 
| void | setContinuous(boolean continuous)Specifies whether to treat the associated projection as contiguous with itself. | 
| void | setOffset(int offset)Indicates an offset to apply to Cartesian points computed by this globe. | 
| void | setProjection(GeographicProjection projection)Specifies the geographic projection for this globe. | 
int getOffset()
GeographicProjection getProjection()
boolean isContinuous()
true if it makes sense to treat the associated projection as continuous, otherwise
         false.void setContinuous(boolean continuous)
continuous - true if it makes sense to treat the associated projection as continuous, otherwise
                   false.GeographicProjection.isContinuous()void setOffset(int offset)
offset - The offset to apply, in units of globe widths.void setProjection(GeographicProjection projection)
projection - The projection to apply to this globe.IllegalArgumentException - if the projection is null.GeographicProjection