|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.arml.v_2_0.ARElementType
net.opengis.arml.v_2_0.ScalingModeType
public class ScalingModeType
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>
| Field Summary | |
|---|---|
protected Double |
maxScalingDistance
|
protected Double |
minScalingDistance
|
protected Double |
scalingFactor
|
protected String |
type
|
| Fields inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
id |
| Constructor Summary | |
|---|---|
ScalingModeType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.HashCodeStrategy strategy)
|
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.MergeStrategy 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)
|
| Methods inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Double minScalingDistance
protected Double maxScalingDistance
protected Double scalingFactor
protected String type
| Constructor Detail |
|---|
public ScalingModeType()
| Method Detail |
|---|
public Double getMinScalingDistance()
Doublepublic void setMinScalingDistance(Double value)
value - allowed object is
Doublepublic Double getMaxScalingDistance()
Doublepublic void setMaxScalingDistance(Double value)
value - allowed object is
Doublepublic Double getScalingFactor()
Doublepublic void setScalingFactor(Double value)
value - allowed object is
Doublepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String toString()
toString in class ARElementType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class ARElementType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class ARElementType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ARElementTypepublic boolean equals(Object object)
equals in class ARElementType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class ARElementType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ARElementTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class ARElementType
public 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom 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 ARElementType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||