public class ScalingModeType extends ARElementType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for ScalingModeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScalingModeType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}ARElementType">
<sequence>
<element name="minScalingDistance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="maxScalingDistance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="scalingFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="natural"/>
<enumeration value="custom"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
maxScalingDistance |
protected java.lang.Double |
minScalingDistance |
protected java.lang.Double |
scalingFactor |
protected java.lang.String |
type |
id| Constructor and Description |
|---|
ScalingModeType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.lang.Double |
getMaxScalingDistance()
Gets the value of the maxScalingDistance property.
|
java.lang.Double |
getMinScalingDistance()
Gets the value of the minScalingDistance property.
|
java.lang.Double |
getScalingFactor()
Gets the value of the scalingFactor property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetMaxScalingDistance() |
boolean |
isSetMinScalingDistance() |
boolean |
isSetScalingFactor() |
boolean |
isSetType() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setMaxScalingDistance(java.lang.Double value)
Sets the value of the maxScalingDistance property.
|
void |
setMinScalingDistance(java.lang.Double value)
Sets the value of the minScalingDistance property.
|
void |
setScalingFactor(java.lang.Double value)
Sets the value of the scalingFactor property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
java.lang.String |
toString() |
ScalingModeType |
withId(java.lang.String value) |
ScalingModeType |
withMaxScalingDistance(java.lang.Double value) |
ScalingModeType |
withMinScalingDistance(java.lang.Double value) |
ScalingModeType |
withScalingFactor(java.lang.Double value) |
ScalingModeType |
withType(java.lang.String value) |
getId, isSetId, setIdprotected java.lang.Double minScalingDistance
protected java.lang.Double maxScalingDistance
protected java.lang.Double scalingFactor
protected java.lang.String type
public java.lang.Double getMinScalingDistance()
Doublepublic void setMinScalingDistance(java.lang.Double value)
value - allowed object is
Doublepublic boolean isSetMinScalingDistance()
public java.lang.Double getMaxScalingDistance()
Doublepublic void setMaxScalingDistance(java.lang.Double value)
value - allowed object is
Doublepublic boolean isSetMaxScalingDistance()
public java.lang.Double getScalingFactor()
Doublepublic void setScalingFactor(java.lang.Double value)
value - allowed object is
Doublepublic boolean isSetScalingFactor()
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetType()
public java.lang.String toString()
toString in class ARElementTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class ARElementTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class ARElementTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class ARElementTypepublic boolean equals(java.lang.Object object)
equals in class ARElementTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class ARElementTypepublic int hashCode()
hashCode in class ARElementTypepublic java.lang.Object clone()
clone in class ARElementTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ARElementTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ARElementTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ARElementTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ARElementTypepublic ScalingModeType withMinScalingDistance(java.lang.Double value)
public ScalingModeType withMaxScalingDistance(java.lang.Double value)
public ScalingModeType withScalingFactor(java.lang.Double value)
public ScalingModeType withType(java.lang.String value)
public ScalingModeType withId(java.lang.String value)
withId in class ARElementTypeCopyright © 2008-2021. All Rights Reserved.