Package org.orekit.gnss.metric.ntrip
Class NetworkRecord
- java.lang.Object
-
- org.orekit.gnss.metric.ntrip.Record
-
- org.orekit.gnss.metric.ntrip.NetworkRecord
-
public class NetworkRecord extends Record
Network record in source table.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description NetworkRecord(String line)
Build a data stream record by parsing a source table line.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
areFeesRequired()
Check if fees are required.Authentication
getAuthentication()
Get the authentication method.String
getNetworkIdentifier()
Get the network identifier.String
getNetworkInfoAddress()
Get the web address for network information.String
getOperator()
Get the institution/agency/company operating the caster.RecordType
getRecordType()
Get the type of record.String
getRegistrationAddress()
Get the web or mail address for registration.String
getStreamInfoAddress()
Get the web address for stream information.-
Methods inherited from class org.orekit.gnss.metric.ntrip.Record
getField, getFieldsNumber, getMisc
-
-
-
-
Constructor Detail
-
NetworkRecord
public NetworkRecord(String line)
Build a data stream record by parsing a source table line.- Parameters:
line
- source table line
-
-
Method Detail
-
getRecordType
public RecordType getRecordType()
Get the type of record.- Specified by:
getRecordType
in classRecord
- Returns:
- type of record
-
getNetworkIdentifier
public String getNetworkIdentifier()
Get the network identifier.- Returns:
- network identifier
-
getOperator
public String getOperator()
Get the institution/agency/company operating the caster.- Returns:
- institution/agency/company operating the caster
-
getAuthentication
public Authentication getAuthentication()
Get the authentication method.- Returns:
- authentication method
-
areFeesRequired
public boolean areFeesRequired()
Check if fees are required.- Returns:
- true if fees are required
-
getNetworkInfoAddress
public String getNetworkInfoAddress()
Get the web address for network information.- Returns:
- web address for network information
-
getStreamInfoAddress
public String getStreamInfoAddress()
Get the web address for stream information.- Returns:
- web address for stream information
-
getRegistrationAddress
public String getRegistrationAddress()
Get the web or mail address for registration.- Returns:
- web or mail address for registration
-
-