public class ScalingModeType extends ARElementType implements 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 Double |
maxScalingDistance |
protected Double |
minScalingDistance |
protected Double |
scalingFactor |
protected String |
type |
id| Constructor and Description |
|---|
ScalingModeType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Double |
getMaxScalingDistance()
Gets the value of the maxScalingDistance property.
|
Double |
getMinScalingDistance()
Gets the value of the minScalingDistance property.
|
Double |
getScalingFactor()
Gets the value of the scalingFactor property.
|
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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setMaxScalingDistance(Double value)
Sets the value of the maxScalingDistance property.
|
void |
setMinScalingDistance(Double value)
Sets the value of the minScalingDistance property.
|
void |
setScalingFactor(Double value)
Sets the value of the scalingFactor property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString() |
ScalingModeType |
withId(String value) |
ScalingModeType |
withMaxScalingDistance(Double value) |
ScalingModeType |
withMinScalingDistance(Double value) |
ScalingModeType |
withScalingFactor(Double value) |
ScalingModeType |
withType(String value) |
getId, isSetId, setIdprotected Double minScalingDistance
protected Double maxScalingDistance
protected Double scalingFactor
protected String type
public Double getMinScalingDistance()
Doublepublic void setMinScalingDistance(Double value)
value - allowed object is
Doublepublic boolean isSetMinScalingDistance()
public Double getMaxScalingDistance()
Doublepublic void setMaxScalingDistance(Double value)
value - allowed object is
Doublepublic boolean isSetMaxScalingDistance()
public Double getScalingFactor()
Doublepublic void setScalingFactor(Double value)
value - allowed object is
Doublepublic boolean isSetScalingFactor()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String toString()
toString in class ARElementTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class ARElementTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, 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,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class ARElementTypepublic boolean equals(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 Object clone()
clone in class ARElementTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ARElementTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ARElementTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ARElementTypepublic ScalingModeType withMinScalingDistance(Double value)
public ScalingModeType withMaxScalingDistance(Double value)
public ScalingModeType withScalingFactor(Double value)
public ScalingModeType withType(String value)
public ScalingModeType withId(String value)
withId in class ARElementTypeCopyright © 2008–2023. All rights reserved.