VectorPathRecordFactory
Inheritance: java.lang.Object
public class VectorPathRecordFactory
Vector Path Record Factory Class
Constructors
| Constructor | Description |
|---|---|
| VectorPathRecordFactory() |
Methods
| Method | Description |
|---|---|
| producePathRecord(byte[] data) | Produces the path record. |
VectorPathRecordFactory()
public VectorPathRecordFactory()
producePathRecord(byte[] data)
public final VectorPathRecord producePathRecord(byte[] data)
Produces the path record.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The record data. |
Returns: VectorPathRecord - Created VectorPathRecord