- Common ways to obtain Stereographic
private void myMethod () {Stereographic s =
new Stereographic(p[0], p[1], p[2])
new Stereographic(latt, lont, scale)
new Stereographic(double1, lont, double2)
- Smart code suggestions by Codota
}
@Test public void testStereo() { testProjection(new Stereographic()); Stereographic p = new Stereographic(); Stereographic p2 = (Stereographic) p.constructCopy(); assert p.equals(p2); }