|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.opengis.gml.schema.AbstractSurfacePatchType
net.opengis.gml.schema.PolygonPatchType
public class PolygonPatchType
A PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. The curves are coplanar and the polygon uses planar interpolation in its interior. Implements GM_Polygon of ISO 19107.
Java class for PolygonPatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolygonPatchType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractSurfacePatchType"> <sequence> <element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="interpolation" type="{http://www.opengis.net/gml}SurfaceInterpolationType" fixed="planar" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected AbstractRingPropertyType |
exterior
|
protected List<AbstractRingPropertyType> |
interiors
|
protected SurfaceInterpolationType |
interpolation
|
Constructor Summary | |
---|---|
PolygonPatchType()
|
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)
|
AbstractRingPropertyType |
getExterior()
Gets the value of the exterior property. |
List<AbstractRingPropertyType> |
getInteriors()
Gets the value of the interiors property. |
SurfaceInterpolationType |
getInterpolation()
Gets the value of the interpolation property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetExterior()
|
boolean |
isSetInteriors()
|
boolean |
isSetInterpolation()
|
void |
setExterior(AbstractRingPropertyType value)
Sets the value of the exterior property. |
void |
setInteriors(List<AbstractRingPropertyType> interiors)
Sets the value of the interiors property. |
void |
setInterpolation(SurfaceInterpolationType value)
Sets the value of the interpolation property. |
String |
toString()
|
void |
unsetInteriors()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected AbstractRingPropertyType exterior
protected List<AbstractRingPropertyType> interiors
protected SurfaceInterpolationType interpolation
Constructor Detail |
---|
public PolygonPatchType()
Method Detail |
---|
public AbstractRingPropertyType getExterior()
AbstractRingPropertyType
public void setExterior(AbstractRingPropertyType value)
value
- allowed object is
AbstractRingPropertyType
public boolean isSetExterior()
public List<AbstractRingPropertyType> getInteriors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the interiors property.
For example, to add a new item, do as follows:
getInteriors().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractRingPropertyType
public boolean isSetInteriors()
public void unsetInteriors()
public SurfaceInterpolationType getInterpolation()
SurfaceInterpolationType
public void setInterpolation(SurfaceInterpolationType value)
value
- allowed object is
SurfaceInterpolationType
public boolean isSetInterpolation()
public String toString()
toString
in class AbstractSurfacePatchType
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.ToString
append
in class AbstractSurfacePatchType
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.ToString
appendFields
in class AbstractSurfacePatchType
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.Equals
equals
in class AbstractSurfacePatchType
public boolean equals(Object object)
equals
in class AbstractSurfacePatchType
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.HashCode
hashCode
in class AbstractSurfacePatchType
public int hashCode()
hashCode
in class AbstractSurfacePatchType
public Object clone()
clone
in class AbstractSurfacePatchType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class AbstractSurfacePatchType
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.CopyTo
copyTo
in class AbstractSurfacePatchType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public void setInteriors(List<AbstractRingPropertyType> interiors)
interiors
- allowed object is
AbstractRingPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |