| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected Vec2 |
IconStyle.hotSpot
|
protected Vec2 |
ScreenOverlay.overlayXY
|
protected Vec2 |
ScreenOverlay.rotationXY
|
protected Vec2 |
ScreenOverlay.screenXY
|
protected Vec2 |
ScreenOverlay.size
|
| Modifier and Type | Method and Description |
|---|---|
Vec2 |
Vec2.clone() |
Vec2 |
IconStyle.createAndSetHotSpot()
Creates a new instance of
Vec2 and set it to hotSpot. |
Vec2 |
ScreenOverlay.createAndSetOverlayXY()
Creates a new instance of
Vec2 and set it to overlayXY. |
Vec2 |
ScreenOverlay.createAndSetRotationXY()
Creates a new instance of
Vec2 and set it to rotationXY. |
Vec2 |
ScreenOverlay.createAndSetScreenXY()
Creates a new instance of
Vec2 and set it to screenXY. |
Vec2 |
ScreenOverlay.createAndSetSize()
Creates a new instance of
Vec2 and set it to size. |
static Vec2 |
KmlFactory.createVec2()
Create an instance of
Vec2 |
Vec2 |
IconStyle.getHotSpot() |
Vec2 |
ScreenOverlay.getOverlayXY() |
Vec2 |
ScreenOverlay.getRotationXY() |
Vec2 |
ScreenOverlay.getScreenXY() |
Vec2 |
ScreenOverlay.getSize() |
Vec2 |
Vec2.withX(double x)
fluent setter
|
Vec2 |
Vec2.withXunits(Units xunits)
fluent setter
|
Vec2 |
Vec2.withY(double y)
fluent setter
|
Vec2 |
Vec2.withYunits(Units yunits)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
void |
IconStyle.setHotSpot(Vec2 value) |
void |
ScreenOverlay.setOverlayXY(Vec2 value) |
void |
ScreenOverlay.setRotationXY(Vec2 value) |
void |
ScreenOverlay.setScreenXY(Vec2 value) |
void |
ScreenOverlay.setSize(Vec2 value) |
IconStyle |
IconStyle.withHotSpot(Vec2 hotSpot)
fluent setter
|
ScreenOverlay |
ScreenOverlay.withOverlayXY(Vec2 overlayXY)
fluent setter
|
ScreenOverlay |
ScreenOverlay.withRotationXY(Vec2 rotationXY)
fluent setter
|
ScreenOverlay |
ScreenOverlay.withScreenXY(Vec2 screenXY)
fluent setter
|
ScreenOverlay |
ScreenOverlay.withSize(Vec2 size)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.