Package net.opengis.wmts.v_1
Interface LegendURLType
- All Superinterfaces:
EObject
,Notifier
,OnlineResourceType
- All Known Implementing Classes:
LegendURLTypeImpl
A representation of the model object 'Legend URL Type'.
The URL from which the legend image can be retrieved
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Format' attribute.Returns the value of the 'Height' attribute.double
Returns the value of the 'Max Scale Denominator' attribute.double
Returns the value of the 'Min Scale Denominator' attribute.getWidth()
Returns the value of the 'Width' attribute.boolean
Returns whether the value of the 'Max Scale Denominator
' attribute is set.boolean
Returns whether the value of the 'Min Scale Denominator
' attribute is set.void
Sets the value of the 'Format
' attribute.void
setHeight
(BigInteger value) Sets the value of the 'Height
' attribute.void
setMaxScaleDenominator
(double value) Sets the value of the 'Max Scale Denominator
' attribute.void
setMinScaleDenominator
(double value) Sets the value of the 'Min Scale Denominator
' attribute.void
setWidth
(BigInteger value) Sets the value of the 'Width
' attribute.void
Unsets the value of the 'Max Scale Denominator
' attribute.void
Unsets the value of the 'Min Scale Denominator
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface OnlineResourceType
getHref, setHref
-
Method Details
-
getFormat
String getFormat()Returns the value of the 'Format' attribute. A supported output format for the legend image- Returns:
- the value of the 'Format' attribute.
- See Also:
-
setFormat
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
-
getHeight
BigInteger getHeight()Returns the value of the 'Height' attribute. Height (in pixels) of the legend image- Returns:
- the value of the 'Height' attribute.
- See Also:
-
setHeight
Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
-
getMaxScaleDenominator
double getMaxScaleDenominator()Returns the value of the 'Max Scale Denominator' attribute. Denominator of the maximum scale (exclusive) for which this legend image is valid- Returns:
- the value of the 'Max Scale Denominator' attribute.
- See Also:
-
setMaxScaleDenominator
void setMaxScaleDenominator(double value) Sets the value of the 'Max Scale Denominator
' attribute.- Parameters:
value
- the new value of the 'Max Scale Denominator' attribute.- See Also:
-
unsetMaxScaleDenominator
void unsetMaxScaleDenominator()Unsets the value of the 'Max Scale Denominator
' attribute. -
isSetMaxScaleDenominator
boolean isSetMaxScaleDenominator()Returns whether the value of the 'Max Scale Denominator
' attribute is set.- Returns:
- whether the value of the 'Max Scale Denominator' attribute is set.
- See Also:
-
getMinScaleDenominator
double getMinScaleDenominator()Returns the value of the 'Min Scale Denominator' attribute. Denominator of the minimum scale (inclusive) for which this legend image is valid- Returns:
- the value of the 'Min Scale Denominator' attribute.
- See Also:
-
setMinScaleDenominator
void setMinScaleDenominator(double value) Sets the value of the 'Min Scale Denominator
' attribute.- Parameters:
value
- the new value of the 'Min Scale Denominator' attribute.- See Also:
-
unsetMinScaleDenominator
void unsetMinScaleDenominator()Unsets the value of the 'Min Scale Denominator
' attribute. -
isSetMinScaleDenominator
boolean isSetMinScaleDenominator()Returns whether the value of the 'Min Scale Denominator
' attribute is set.- Returns:
- whether the value of the 'Min Scale Denominator' attribute is set.
- See Also:
-
getWidth
BigInteger getWidth()Returns the value of the 'Width' attribute. Width (in pixels) of the legend image- Returns:
- the value of the 'Width' attribute.
- See Also:
-
setWidth
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
-