VectorPathRecordFactory

Inheritance: java.lang.Object

public class VectorPathRecordFactory

Vector Path Record Factory Class

Constructors

ConstructorDescription
VectorPathRecordFactory()

Methods

MethodDescription
producePathRecord(byte[] data)Produces the path record.

VectorPathRecordFactory()

public VectorPathRecordFactory()

producePathRecord(byte[] data)

public final VectorPathRecord producePathRecord(byte[] data)

Produces the path record.

Parameters:

ParameterTypeDescription
databyte[]The record data.

Returns: VectorPathRecord - Created VectorPathRecord