Package | Description |
---|---|
com.nutiteq.datasources.vector | |
com.nutiteq.layers.vector.deprecated | |
com.nutiteq.roofs |
Constructor and Description |
---|
OSMPolygon3DDataSource(com.nutiteq.projections.Projection proj,
float height,
Roof roofShape,
int color,
int roofColor,
int maxObjects,
com.nutiteq.style.StyleSet<com.nutiteq.style.Polygon3DStyle> styleSet)
Constructor for layer with 3D OSM building boxes
|
Constructor and Description |
---|
Polygon3DOSMLayer(com.nutiteq.projections.Projection proj,
float height,
Roof roofShape,
int color,
int roofColor,
int maxObjects,
com.nutiteq.style.StyleSet<com.nutiteq.style.Polygon3DStyle> styleSet)
Deprecated.
Constructor for layer with 3D OSM building boxes
|
Modifier and Type | Class and Description |
---|---|
class |
FlatRoof |
class |
GabledRoof |
class |
HalfHippedRoof |
class |
HippedRoof |
class |
PyramidalRoof |
Modifier and Type | Method and Description |
---|---|
void |
Polygon3DRoof.setRoof(Roof roof)
Set the roof.
|
Constructor and Description |
---|
Polygon3DRoof(List<com.nutiteq.components.MapPos> mapPoses,
List<List<com.nutiteq.components.MapPos>> mapPosesHoles,
float height,
float minHeight,
Roof roof,
int color,
int roofColor,
com.nutiteq.ui.Label label,
com.nutiteq.style.Polygon3DStyle polygonStyle,
Object userData)
Default constructor (can be used if single style is sufficient for all zoom levels).
|
Polygon3DRoof(List<com.nutiteq.components.MapPos> mapPoses,
List<List<com.nutiteq.components.MapPos>> mapPosesHoles,
float height,
float minHeight,
Roof roof,
int color,
int roofColor,
com.nutiteq.ui.Label label,
com.nutiteq.style.StyleSet<com.nutiteq.style.Polygon3DStyle> styles,
Object userData)
Constructor for the case when style depends on zoom level.
|
Copyright © 2014. All rights reserved.