| Modifier and Type | Field and Description |
|---|---|
protected LengthType |
PrismType.height |
protected LengthType |
ArcBandType.innerRadius |
protected LengthType |
ArcBandType.outerRadius |
protected LengthType |
CircleType.radius |
protected LengthType |
SphereType.radius |
protected LengthType |
EllipseType.semiMajorAxis |
protected LengthType |
EllipsoidType.semiMajorAxis |
protected LengthType |
EllipseType.semiMinorAxis |
protected LengthType |
EllipsoidType.semiMinorAxis |
protected LengthType |
EllipsoidType.verticalAxis |
| Modifier and Type | Method and Description |
|---|---|
LengthType |
ObjectFactory.createLengthType()
Create an instance of
LengthType |
LengthType |
PrismType.getHeight()
Gets the value of the height property.
|
LengthType |
ArcBandType.getInnerRadius()
Gets the value of the innerRadius property.
|
LengthType |
ArcBandType.getOuterRadius()
Gets the value of the outerRadius property.
|
LengthType |
CircleType.getRadius()
Gets the value of the radius property.
|
LengthType |
SphereType.getRadius()
Gets the value of the radius property.
|
LengthType |
EllipseType.getSemiMajorAxis()
Gets the value of the semiMajorAxis property.
|
LengthType |
EllipsoidType.getSemiMajorAxis()
Gets the value of the semiMajorAxis property.
|
LengthType |
EllipseType.getSemiMinorAxis()
Gets the value of the semiMinorAxis property.
|
LengthType |
EllipsoidType.getSemiMinorAxis()
Gets the value of the semiMinorAxis property.
|
LengthType |
EllipsoidType.getVerticalAxis()
Gets the value of the verticalAxis property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrismType.setHeight(LengthType value)
Sets the value of the height property.
|
void |
ArcBandType.setInnerRadius(LengthType value)
Sets the value of the innerRadius property.
|
void |
ArcBandType.setOuterRadius(LengthType value)
Sets the value of the outerRadius property.
|
void |
CircleType.setRadius(LengthType value)
Sets the value of the radius property.
|
void |
SphereType.setRadius(LengthType value)
Sets the value of the radius property.
|
void |
EllipseType.setSemiMajorAxis(LengthType value)
Sets the value of the semiMajorAxis property.
|
void |
EllipsoidType.setSemiMajorAxis(LengthType value)
Sets the value of the semiMajorAxis property.
|
void |
EllipseType.setSemiMinorAxis(LengthType value)
Sets the value of the semiMinorAxis property.
|
void |
EllipsoidType.setSemiMinorAxis(LengthType value)
Sets the value of the semiMinorAxis property.
|
void |
EllipsoidType.setVerticalAxis(LengthType value)
Sets the value of the verticalAxis property.
|
Copyright © 2018. All rights reserved.