net.opengis.ols.v_1_2
Class CircularArcType

java.lang.Object
  extended by net.opengis.gml.v_3_1_1.AbstractGMLType
      extended by net.opengis.gml.v_3_1_1.AbstractGeometryType
          extended by net.opengis.gml.v_3_1_1.AbstractGeometricPrimitiveType
              extended by net.opengis.ols.v_1_2.CircularArcType
All Implemented Interfaces:
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

public class CircularArcType
extends AbstractGeometricPrimitiveType
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

This is Modeled after GML ArcByCenterPointType.

Java class for CircularArcType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CircularArcType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGeometricPrimitiveType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}pos"/>
         <element name="innerRadius" type="{http://www.opengis.net/gml}LengthType"/>
         <element name="outerRadius" type="{http://www.opengis.net/gml}LengthType"/>
         <element name="startAngle" type="{http://www.opengis.net/gml}AngleType"/>
         <element name="endAngle" type="{http://www.opengis.net/gml}AngleType"/>
       </sequence>
       <attribute name="interpolation" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="circularArcCenterPointWithRadius" />
       <attribute name="numArc" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="1" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AngleType endAngle
           
protected  LengthType innerRadius
           
protected  CurveInterpolationType interpolation
           
static BigInteger NUM_ARC
           
protected  LengthType outerRadius
           
protected  DirectPositionType pos
           
protected  AngleType startAngle
           
 
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
CircularArcType()
           
 
Method Summary
 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)
           
 AngleType getEndAngle()
          Gets the value of the endAngle property.
 LengthType getInnerRadius()
          Gets the value of the innerRadius property.
 CurveInterpolationType getINTERPOLATION()
          Gets the value of the interpolation property.
 LengthType getOuterRadius()
          Gets the value of the outerRadius property.
 DirectPositionType getPos()
          Gets the value of the pos property.
 AngleType getStartAngle()
          Gets the value of the startAngle property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetEndAngle()
           
 boolean isSetInnerRadius()
           
 boolean isSetINTERPOLATION()
           
 boolean isSetOuterRadius()
           
 boolean isSetPos()
           
 boolean isSetStartAngle()
           
 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 setEndAngle(AngleType value)
          Sets the value of the endAngle property.
 void setInnerRadius(LengthType value)
          Sets the value of the innerRadius property.
 void setINTERPOLATION(CurveInterpolationType value)
          Sets the value of the interpolation property.
 void setOuterRadius(LengthType value)
          Sets the value of the outerRadius property.
 void setPos(DirectPositionType value)
          Sets the value of the pos property.
 void setStartAngle(AngleType value)
          Sets the value of the startAngle property.
 String toString()
           
 CircularArcType withEndAngle(AngleType value)
           
 CircularArcType withInnerRadius(LengthType value)
           
 CircularArcType withINTERPOLATION(CurveInterpolationType value)
           
 CircularArcType withOuterRadius(LengthType value)
           
 CircularArcType withPos(DirectPositionType value)
           
 CircularArcType withStartAngle(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

pos

protected DirectPositionType pos

innerRadius

protected LengthType innerRadius

outerRadius

protected LengthType outerRadius

startAngle

protected AngleType startAngle

endAngle

protected AngleType endAngle

interpolation

protected CurveInterpolationType interpolation

NUM_ARC

public static final BigInteger NUM_ARC
Constructor Detail

CircularArcType

public CircularArcType()
Method Detail

getPos

public DirectPositionType getPos()
Gets the value of the pos property.

Returns:
possible object is DirectPositionType

setPos

public void setPos(DirectPositionType value)
Sets the value of the pos property.

Parameters:
value - allowed object is DirectPositionType

isSetPos

public boolean isSetPos()

getInnerRadius

public LengthType getInnerRadius()
Gets the value of the innerRadius property.

Returns:
possible object is LengthType

setInnerRadius

public void setInnerRadius(LengthType value)
Sets the value of the innerRadius property.

Parameters:
value - allowed object is LengthType

isSetInnerRadius

public boolean isSetInnerRadius()

getOuterRadius

public LengthType getOuterRadius()
Gets the value of the outerRadius property.

Returns:
possible object is LengthType

setOuterRadius

public void setOuterRadius(LengthType value)
Sets the value of the outerRadius property.

Parameters:
value - allowed object is LengthType

isSetOuterRadius

public boolean isSetOuterRadius()

getStartAngle

public AngleType getStartAngle()
Gets the value of the startAngle property.

Returns:
possible object is AngleType

setStartAngle

public void setStartAngle(AngleType value)
Sets the value of the startAngle property.

Parameters:
value - allowed object is AngleType

isSetStartAngle

public boolean isSetStartAngle()

getEndAngle

public AngleType getEndAngle()
Gets the value of the endAngle property.

Returns:
possible object is AngleType

setEndAngle

public void setEndAngle(AngleType value)
Sets the value of the endAngle property.

Parameters:
value - allowed object is AngleType

isSetEndAngle

public boolean isSetEndAngle()

getINTERPOLATION

public CurveInterpolationType getINTERPOLATION()
Gets the value of the interpolation property.

Returns:
possible object is CurveInterpolationType

setINTERPOLATION

public void setINTERPOLATION(CurveInterpolationType value)
Sets the value of the interpolation property.

Parameters:
value - allowed object is CurveInterpolationType

isSetINTERPOLATION

public boolean isSetINTERPOLATION()

toString

public String toString()
Overrides:
toString in class AbstractGeometricPrimitiveType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractGeometricPrimitiveType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractGeometricPrimitiveType

equals

public 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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractGeometricPrimitiveType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractGeometricPrimitiveType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractGeometricPrimitiveType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractGeometricPrimitiveType

clone

public Object clone()
Overrides:
clone in class AbstractGeometricPrimitiveType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractGeometricPrimitiveType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractGeometricPrimitiveType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractGeometricPrimitiveType

mergeFrom

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.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractGeometricPrimitiveType

withPos

public CircularArcType withPos(DirectPositionType value)

withInnerRadius

public CircularArcType withInnerRadius(LengthType value)

withOuterRadius

public CircularArcType withOuterRadius(LengthType value)

withStartAngle

public CircularArcType withStartAngle(AngleType value)

withEndAngle

public CircularArcType withEndAngle(AngleType value)

withINTERPOLATION

public CircularArcType withINTERPOLATION(CurveInterpolationType value)


Copyright © 2008-2015. All Rights Reserved.