|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractGeometryType
net.opengis.gml.v_3_1_1.AbstractGeometricPrimitiveType
net.opengis.ols.v_1_2.EllipseType
public class EllipseType
Java class for EllipseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EllipseType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeometricPrimitiveType">
<sequence>
<element ref="{http://www.opengis.net/gml}pos"/>
<element name="majorAxis" type="{http://www.opengis.net/gml}LengthType"/>
<element name="minorAxis" type="{http://www.opengis.net/gml}LengthType"/>
<element name="rotation" type="{http://www.opengis.net/gml}AngleType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LengthType |
majorAxis
|
protected LengthType |
minorAxis
|
protected DirectPositionType |
pos
|
protected AngleType |
rotation
|
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGeometryType |
|---|
axisLabels, gid, srsDimension, srsName, uomLabels |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
EllipseType()
|
|
| 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)
|
LengthType |
getMajorAxis()
Gets the value of the majorAxis property. |
LengthType |
getMinorAxis()
Gets the value of the minorAxis property. |
DirectPositionType |
getPos()
Gets the value of the pos property. |
AngleType |
getRotation()
Gets the value of the rotation property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetMajorAxis()
|
boolean |
isSetMinorAxis()
|
boolean |
isSetPos()
|
boolean |
isSetRotation()
|
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 |
setMajorAxis(LengthType value)
Sets the value of the majorAxis property. |
void |
setMinorAxis(LengthType value)
Sets the value of the minorAxis property. |
void |
setPos(DirectPositionType value)
Sets the value of the pos property. |
void |
setRotation(AngleType value)
Sets the value of the rotation property. |
String |
toString()
|
EllipseType |
withMajorAxis(LengthType value)
|
EllipseType |
withMinorAxis(LengthType value)
|
EllipseType |
withPos(DirectPositionType value)
|
EllipseType |
withRotation(AngleType value)
|
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGeometricPrimitiveType |
|---|
withAxisLabels, withAxisLabels, withAxisLabels, withDescription, withGid, withId, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName, withSrsDimension, withSrsName, withUomLabels, withUomLabels, withUomLabels |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGeometryType |
|---|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected DirectPositionType pos
protected LengthType majorAxis
protected LengthType minorAxis
protected AngleType rotation
| Constructor Detail |
|---|
public EllipseType()
| Method Detail |
|---|
public DirectPositionType getPos()
DirectPositionTypepublic void setPos(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic boolean isSetPos()
public LengthType getMajorAxis()
LengthTypepublic void setMajorAxis(LengthType value)
value - allowed object is
LengthTypepublic boolean isSetMajorAxis()
public LengthType getMinorAxis()
LengthTypepublic void setMinorAxis(LengthType value)
value - allowed object is
LengthTypepublic boolean isSetMinorAxis()
public AngleType getRotation()
AngleTypepublic void setRotation(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetRotation()
public String toString()
toString in class AbstractGeometricPrimitiveType
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 AbstractGeometricPrimitiveType
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 AbstractGeometricPrimitiveType
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 AbstractGeometricPrimitiveTypepublic boolean equals(Object object)
equals in class AbstractGeometricPrimitiveType
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 AbstractGeometricPrimitiveTypepublic int hashCode()
hashCode in class AbstractGeometricPrimitiveTypepublic Object clone()
clone in class AbstractGeometricPrimitiveTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractGeometricPrimitiveType
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 AbstractGeometricPrimitiveTypepublic 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 AbstractGeometricPrimitiveType
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 AbstractGeometricPrimitiveTypepublic EllipseType withPos(DirectPositionType value)
public EllipseType withMajorAxis(LengthType value)
public EllipseType withMinorAxis(LengthType value)
public EllipseType withRotation(AngleType value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||