public class PhysicalScale extends Object
Modifier and Type | Field and Description |
---|---|
static PhysicalScale |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static PhysicalScale |
createFromMeters(double x,
double y) |
static PhysicalScale |
createFromRadians(double x,
double y) |
double |
getHorizontalUnitsPerPixel() |
double |
getVerticalUnitsPerPixel() |
boolean |
isInMeters() |
boolean |
isInRadians() |
public static final PhysicalScale UNDEFINED
public static PhysicalScale createFromMeters(double x, double y)
public static PhysicalScale createFromRadians(double x, double y)
public boolean isInMeters()
public boolean isInRadians()
public double getHorizontalUnitsPerPixel()
public double getVerticalUnitsPerPixel()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.