Package mil.nga.crs.common
Class Usage
- java.lang.Object
-
- mil.nga.crs.common.Usage
-
public class Usage extends Object
Usage- Author:
- osbornb
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ExtentgetExtent()Get the extentStringgetScope()Get the scopeinthashCode()voidsetExtent(Extent extent)Set the extentvoidsetScope(String scope)Set the scopeStringtoString()
-
-
-
Method Detail
-
getScope
public String getScope()
Get the scope- Returns:
- scope
-
setScope
public void setScope(String scope)
Set the scope- Parameters:
scope- scope
-
getExtent
public Extent getExtent()
Get the extent- Returns:
- extent
-
setExtent
public void setExtent(Extent extent)
Set the extent- Parameters:
extent- extent
-
-