Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
MAPSupportedGADShapes |
MAPSupportedGADShapes.clearEllipsoidArc()
Clears the bit for ellipsoidArc to false.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.clearEllipsoidPoint()
Clears the bit for ellipsoidPoint to false.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.clearEllipsoidPointWithAltitude()
Clears the bit for ellipsoidPointWithAltitude to false.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.clearEllipsoidPointWithAltitudeAndUncertaintyElipsoid()
Clears the bit for ellipsoidPointWithAltitudeAndUncertaintyElipsoid to false.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.clearEllipsoidPointWithUncertaintyCircle()
Clears the bit for ellipsoidPointWithUncertaintyCircle to false.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.clearEllipsoidPointWithUncertaintyEllipse()
Clears the bit for ellipsoidPointWithUncertaintyEllipse to false.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.clearPolygon()
Clears the bit for polygon to false.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSupportedGADShapes |
MAPSupportedGADShapes.copyOf(BitString from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPSupportedGADShapes |
MAPProvideSubscriberLocation_Arg.getSupportedGADShapes()
Gets the value of the field supportedGADShapes.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.setEllipsoidArc()
Sets the bit for ellipsoidArc to true.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.setEllipsoidPoint()
Sets the bit for ellipsoidPoint to true.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.setEllipsoidPointWithAltitude()
Sets the bit for ellipsoidPointWithAltitude to true.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.setEllipsoidPointWithAltitudeAndUncertaintyElipsoid()
Sets the bit for ellipsoidPointWithAltitudeAndUncertaintyElipsoid to true.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.setEllipsoidPointWithUncertaintyCircle()
Sets the bit for ellipsoidPointWithUncertaintyCircle to true.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.setEllipsoidPointWithUncertaintyEllipse()
Sets the bit for ellipsoidPointWithUncertaintyEllipse to true.
|
MAPSupportedGADShapes |
MAPSupportedGADShapes.setPolygon()
Sets the bit for polygon to true.
|
Modifier and Type | Method and Description |
---|---|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setSupportedGADShapes(MAPSupportedGADShapes value)
Sets the value of the field supportedGADShapes.
|