| setInfo - sets the information properties of a point. |
| setQuality - sets the point quality. |
| getQuality - retrieves the point quality. |
| getQualityString - generates a string representing the point quality. |
| setConfidence - sets the user's confidence in a point. |
| getConfidence - retrieves the user's point confidence. |
| setTimeStamp - sets the point timestamp in various ways. |
| getSeconds - retrieves the timestamp seconds component. |
| getNanoseconds - retrieves the timestamp nanoseconds component. |
| getDateString - generates a 'standard' timestamp data/time representation. |
| getListeners - retrieves listeners on the point (Java only). |
| removeListener - removes a listener from the point (Java only). |
| setLocked - sets the locked property of the point. |
| getLocked - retrieves the locked property of the point. |
| setSecurity - sets the security property of the point. |
| getSecurity - retrieves the security property of the point. |
| setFlags - sets the flags property of the point. |
| getFlags - retrieves the flags property of the point. |
| setUserdata - associates the point with a user object. |
| getUserdata - retrieves the user object associated with the point. |