MCPcopy Create free account
hub / github.com/LAStools/LAStools / StatePlaneTM

Method StatePlaneTM

src/crscheck.cpp:549–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547class StatePlaneTM {
548 public:
549 StatePlaneTM(
550 short geokey, const std::string& zone, F64 falseEasting, F64 falseNorthing, F64 latOriginDegree, F64 longMeridianDegree, F64 scaleFactor)
551 : geokey(geokey),
552 zone(zone),
553 falseEasting(falseEasting),
554 falseNorthing(falseNorthing),
555 latOriginDegree(latOriginDegree),
556 longMeridianDegree(longMeridianDegree),
557 scaleFactor(scaleFactor) {
558 }
559
560 short geokey;
561 std::string zone;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected