|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.micromata.opengis.kml.v_2_2_0.AbstractObject
de.micromata.opengis.kml.v_2_2_0.Feature
public abstract class Feature
This is an abstract element and cannot be used directly in a KML file. The following
diagram shows how some of a Feature's elements appear in Google Earth.
User-defined text displayed in the 3D viewer as the label for the object (for example,
for a Placemark, Folder, or NetworkLink).
Boolean value. Specifies whether the feature is drawn in the 3D viewer when it is
initially loaded. In order for a feature to be visible, the
Boolean value. Specifies whether a Document or Folder appears closed or open when
first loaded into the Places panel. 0=collapsed (the default), 1=expanded. See also
KML 2.2 supports new elements for including data about the author and related website
in your KML file. This information is displayed in geo search results, both in Earth
browsers such as Google Earth, and in other applications such as Google Maps. The
ascription elements used in KML are as follows:
The
These elements are defined in the Atom Syndication Format. The complete specification
is found at http://atompub.org. (see the sample that follows).
These elements are defined in the Atom Syndication Format. The complete specification
is found at http://atompub.org. (see the sample that follows).
specifies the location of any of the following:
If the file specified in
KML files fetched by network links Image files used in any Overlay (the
Specifies the URL of the website containing this KML or KMZ file. Be sure to include
the namespace for this element in any KML file that uses it: xmlns:atom="http://www.w3.org/2005/Atom"
(see the sample that follows).
Specifies the file to load and optional refresh parameters. See .
The element replaces the
The file is conditionally loaded and refreshed, depending on the refresh parameters
supplied here. Two different sets of refresh parameters can be specified: one set
is based on time (
Tip: To display the top-level Folder or Document within a Network Link in the List
View, assign an ID to the Folder or Document. Without this ID, only the child object
names are displayed in the List View.
When a file is fetched, the URL that is sent to the server is composed of three
pieces of information:
the href (Hypertext Reference) that specifies the file to load. an arbitrary format
string that is created from (a) parameters that you specify in the
A string value representing an unstructured address written as a standard street,
city, state address, and/or as a postal code. You can use the <!-- abstract element; do not create -->
<!-- Feature id="ID" --> <!-- Document,Folder,
NetworkLink,Placemark,
GroundOverlay,PhotoOverlay,ScreenOverlay -->
<name>...</name> <!-- string -->
<visibility>1</visibility> <!-- boolean -->
<open>0</open> <!-- boolean -->
<atom:author>...<atom:author> <!-- xmlns:atom -->
<atom:link>...</atom:link> <!-- xmlns:atom -->
<address>...</address> <!-- string -->
<xal:AddressDetails>...</xal:AddressDetails> <!-- xmlns:xal -->
Extends:
<phoneNumber>...</phoneNumber> <!-- string -->
<Snippet maxLines="2">...</Snippet> <!-- string -->
<description>...</description> <!-- string -->
<AbstractView>...</AbstractView> <!-- Camera or LookAt -->
<TimePrimitive>...</TimePrimitive> <!-- TimeStamp or TimeSpan -->
<styleUrl>...</styleUrl> <!-- anyURI -->
<StyleSelector>...</StyleSelector>
<Region>...</Region>
<Metadata>...</Metadata> <!-- deprecated in KML 2.2 -->
<ExtendedData>...</ExtendedData> <!-- new in KML 2.2 -->
<-- /Feature -->
Field Summary
protected AbstractViewabstractView
protected java.lang.Stringaddress
protected AuthoratomAuthor
protected LinkatomLink
(required).
protected java.lang.Stringdescription
protected ExtendedDataextendedData
protected java.util.List<AbstractObject>featureObjectExtension
protected java.util.List<java.lang.Object>featureSimpleExtension
protected Metadatametadata
protected java.lang.Stringname
protected java.lang.Booleanopen
protected java.lang.StringphoneNumber
protected Regionregion
protected Snippetsnippet
protected java.lang.Stringsnippetd
protected java.util.List<StyleSelector>styleSelector
protected java.lang.StringstyleUrl
protected TimePrimitivetimePrimitive
protected java.lang.Booleanvisibility
protected AddressDetailsxalAddressDetails
Fields inherited from class de.micromata.opengis.kml.v_2_2_0.AbstractObject
id, objectSimpleExtension, targetId
Constructor Summary
Feature()
Method Summary
FeatureaddToFeatureObjectExtension(AbstractObject featureObjectExtension)
add a value to the featureObjectExtension property collection
FeatureaddToFeatureSimpleExtension(java.lang.Object featureSimpleExtension)
add a value to the featureSimpleExtension property collection
FeatureaddToObjectSimpleExtension(java.lang.Object objectSimpleExtension)
add a value to the objectSimpleExtension property collection
FeatureaddToStyleSelector(StyleSelector styleSelector)
add a value to the styleSelector property collection
Featureclone()
StylecreateAndAddStyle()
Creates a new instance of Style and adds it to styleSelector.
StyleMapcreateAndAddStyleMap()
Creates a new instance of StyleMap and adds it to styleSelector.
AuthorcreateAndSetAtomAuthor()
Creates a new instance of Author and set it to atomAuthor.
LinkcreateAndSetAtomLink(java.lang.String href)
Creates a new instance of Link and set it to atomLink.
CameracreateAndSetCamera()
Creates a new instance of Camera and set it to abstractView.
ExtendedDatacreateAndSetExtendedData()
Creates a new instance of ExtendedData and set it to extendedData.
LookAtcreateAndSetLookAt()
Creates a new instance of LookAt and set it to abstractView.
MetadatacreateAndSetMetadata()
Creates a new instance of Metadata and set it to metadata.
RegioncreateAndSetRegion()
Creates a new instance of Region and set it to region.
SnippetcreateAndSetSnippet()
Creates a new instance of Snippet and set it to snippet.
TimeSpancreateAndSetTimeSpan()
Creates a new instance of TimeSpan and set it to timePrimitive.
TimeStampcreateAndSetTimeStamp()
Creates a new instance of TimeStamp and set it to timePrimitive.
AddressDetailscreateAndSetXalAddressDetails(AddressDetails.Address xalAddress,
AddressLines addressLines,
AddressDetails.Country country,
AdministrativeArea administrativeArea,
Locality locality,
Thoroughfare thoroughfare)
Creates a new instance of AddressDetails and set it to xalAddressDetails.
booleanequals(java.lang.Object obj)
AbstractViewgetAbstractView()
java.lang.StringgetAddress()
AuthorgetAtomAuthor()
LinkgetAtomLink()
java.lang.StringgetDescription()
ExtendedDatagetExtendedData()
java.util.List<AbstractObject>getFeatureObjectExtension()
java.util.List<java.lang.Object>getFeatureSimpleExtension()
MetadatagetMetadata()
java.lang.StringgetName()
java.lang.StringgetPhoneNumber()
RegiongetRegion()
SnippetgetSnippet()
java.lang.StringgetSnippetd()
java.util.List<StyleSelector>getStyleSelector()
java.lang.StringgetStyleUrl()
TimePrimitivegetTimePrimitive()
AddressDetailsgetXalAddressDetails()
inthashCode()
java.lang.BooleanisOpen()
java.lang.BooleanisVisibility()
voidsetAbstractView(AbstractView value)
voidsetAddress(java.lang.String value)
voidsetAtomAuthor(Author value)
voidsetAtomLink(Link value)
voidsetDescription(java.lang.String value)
voidsetExtendedData(ExtendedData value)
voidsetFeatureObjectExtension(java.util.List<AbstractObject> featureObjectExtension)
voidsetFeatureSimpleExtension(java.util.List<java.lang.Object> featureSimpleExtension)
voidsetMetadata(Metadata value)
voidsetName(java.lang.String value)
voidsetObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
voidsetOpen(java.lang.Boolean value)
voidsetPhoneNumber(java.lang.String value)
voidsetRegion(Region value)
voidsetSnippet(Snippet value)
voidsetSnippetd(java.lang.String value)
voidsetStyleSelector(java.util.List<StyleSelector> styleSelector)
voidsetStyleUrl(java.lang.String value)
voidsetTimePrimitive(TimePrimitive value)
voidsetVisibility(java.lang.Boolean value)
voidsetXalAddressDetails(AddressDetails value)
FeaturewithAbstractView(AbstractView abstractView)
fluent setter
FeaturewithAddress(java.lang.String address)
fluent setter
FeaturewithAtomAuthor(Author atomAuthor)
fluent setter
FeaturewithAtomLink(Link atomLink)
fluent setter
FeaturewithDescription(java.lang.String description)
fluent setter
FeaturewithExtendedData(ExtendedData extendedData)
fluent setter
FeaturewithFeatureObjectExtension(java.util.List<AbstractObject> featureObjectExtension)
fluent setter
FeaturewithFeatureSimpleExtension(java.util.List<java.lang.Object> featureSimpleExtension)
fluent setter
FeaturewithId(java.lang.String id)
fluent setter
FeaturewithMetadata(Metadata metadata)
fluent setter
FeaturewithName(java.lang.String name)
fluent setter
FeaturewithObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
fluent setter
FeaturewithOpen(java.lang.Boolean open)
fluent setter
FeaturewithPhoneNumber(java.lang.String phoneNumber)
fluent setter
FeaturewithRegion(Region region)
fluent setter
FeaturewithSnippet(Snippet snippet)
fluent setter
FeaturewithSnippetd(java.lang.String snippetd)
fluent setter
FeaturewithStyleSelector(java.util.List<StyleSelector> styleSelector)
fluent setter
FeaturewithStyleUrl(java.lang.String styleUrl)
fluent setter
FeaturewithTargetId(java.lang.String targetId)
fluent setter
FeaturewithTimePrimitive(TimePrimitive timePrimitive)
fluent setter
FeaturewithVisibility(java.lang.Boolean visibility)
fluent setter
FeaturewithXalAddressDetails(AddressDetails xalAddressDetails)
fluent setter
Methods inherited from class de.micromata.opengis.kml.v_2_2_0.AbstractObject
getId, getObjectSimpleExtension, getTargetId, setId, setTargetId
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Field Detail
name
protected java.lang.String name
visibility
protected java.lang.Boolean visibility
open
protected java.lang.Boolean open
atomAuthor
protected Author atomAuthor
atomLink
protected Link atomLink
<Link id="ID">
<!-- specific to Link -->
<href>...</href> <!-- string -->
<refreshMode>onChange</refreshMode>
<!-- refreshModeEnum: onChange, onInterval, or onExpire -->
<refreshInterval>4</refreshInterval> <!-- float -->
<viewRefreshMode>never</viewRefreshMode>
<!-- viewRefreshModeEnum: never, onStop, onRequest, onRegion -->
<viewRefreshTime>4</viewRefreshTime> <!-- float -->
<viewBoundScale>1</viewBoundScale> <!-- float -->
<viewFormat>BBOX=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth]</viewFormat>
<!-- string -->
<httpQuery>...</httpQuery> <!-- string -->
</Link>
Extends:
address
protected java.lang.String address
protected AddressDetails xalAddressDetails
A structured address, formatted as xAL, or eXtensible Address Language, an international
standard for address formatting.
A structured address, formatted as xAL, or eXtensible Address Language, an international
standard for address formatting.
protected java.lang.String phoneNumber
protected Snippet snippet
A short description of the feature. In Google Earth, this description is displayed
in the Places panel under the name of the feature. If a Snippet is not supplied,
the first two lines of the
protected java.lang.String snippetd
protected java.lang.String description
The supported content for the
User-supplied content that appears in the description balloon.
User-supplied content that appears in the description balloon. The supported content
for the tag.
Content that has been compressed into a KMZ file can be accessed, even if on the
local filesystem. Cookies are completely disabled, including cookies set or read
by content contained within a iFrame. There are no exceptions to this rule. Doctype
declarations are ignored.
protected AbstractView abstractView
Defines a viewpoint associated with any element derived from Feature. See
This is an abstract element and cannot be used directly in a KML file. This element
is extended by the
<!-- abstract element; do not create -->
<!-- AbstractView --> <!-- Camera, LookAt -->
<!-- extends Object -->
<TimePrimitive>...</TimePrimitive> <!-- gx:TimeSpan or gx:TimeStamp -->
<-- /AbstractView -->
Extends:
protected TimePrimitive timePrimitive
Associates this Feature with a period of time (
This is an abstract element and cannot be used directly in a KML file. This element
is extended by the
<!-- abstract element; do not create --> <!-- TimePrimitive id="ID" --> <!-- TimeSpan,TimeStamp --> <!-- extends Object --> <!-- /TimePrimitive -->Extends:
protected java.lang.String styleUrl
URL of a
protected java.util.List<StyleSelector> styleSelector
One or more Styles and StyleMaps can be defined to customize the appearance of any
element derived from Feature or of the Geometry in a Placemark. (See
<!-- abstract element; do not create --> <!-- StyleSelector id="ID" --> <!-- Style,StyleMap --> <!-- /StyleSelector -->Extends:
protected Region region
A region contains a bounding box (
Features and geometry associated with a Region are drawn only when the Region is
active. See
<Region id="ID">
<LatLonAltBox>
<north></north> <!-- required; kml:angle90 -->
<south></south> <!-- required; kml:angle90 -->
<east></east> <!-- required; kml:angle180 -->
<west></west> <!-- required; kml:angle180 -->
<minAltitude>0</minAltitude> <!-- float -->
<maxAltitude>0</maxAltitude> <!-- float -->
<altitudeMode>clampToGround</altitudeMode>
<!-- kml:altitudeModeEnum: clampToGround, relativeToGround, or absolute -->
<!-- or, substitute gx:altitudeMode: clampToSeaFloor, relativeToSeaFloor -->
</LatLonAltBox>
<Lod>
<minLodPixels>0</minLodPixels> <!-- float -->
<maxLodPixels>-1</maxLodPixels> <!-- float -->
<minFadeExtent>0</minFadeExtent> <!-- float -->
<maxFadeExtent>0</maxFadeExtent> <!-- float -->
</Lod>
</Region>
Extends:
protected Metadata metadata
protected ExtendedData extendedData
Adding untyped data/value pairs using the element (basic) Declaring new typed
fields using the
Allows you to add custom data to a KML file. This data can be (1) data that references an external XML schema, (2) untyped data/value pairs, or (3) typed data. A given KML Feature can contain a combination of these types of custom data.
For more information, see Adding Custom Data in "Topics in KML."
The ExtendedData element offers three techniques for adding custom data to a KML Feature (NetworkLink, Placemark, GroundOverlay, PhotoOverlay, ScreenOverlay, Document, Folder). These techniques are
These techniques can be combined within a single KML file or Feature for different pieces of data.
Syntax:<ExtendedData>Contained By:
<Data name="string">
<displayName>...</displayName> <!-- string -->
<value>...</value> <!-- string -->
</Data> <SchemaData schemaUrl="anyURI">
<SimpleData name=""> ... </SimpleData> <!-- string -->
</SchemaData> <namespace_prefix:other>...</namespace_prefix:other> </ExtendedData>
protected java.util.List<java.lang.Object> featureSimpleExtension
protected java.util.List<AbstractObject> featureObjectExtension
| Constructor Detail |
|---|
public Feature()
| Method Detail |
|---|
public java.lang.String getName()
Stringnamepublic void setName(java.lang.String value)
value - allowed object is
Stringnamepublic java.lang.Boolean isVisibility()
Booleanpublic void setVisibility(java.lang.Boolean value)
value - allowed object is
Booleanvisibilitypublic java.lang.Boolean isOpen()
Booleanpublic void setOpen(java.lang.Boolean value)
value - allowed object is
Booleanopenpublic Author getAtomAuthor()
AuthoratomAuthorpublic void setAtomAuthor(Author value)
value - allowed object is
AuthoratomAuthorpublic Link getAtomLink()
LinkatomLinkpublic void setAtomLink(Link value)
value - allowed object is
LinkatomLinkpublic java.lang.String getAddress()
Stringaddresspublic void setAddress(java.lang.String value)
value - allowed object is
Stringaddresspublic AddressDetails getXalAddressDetails()
AddressDetailsxalAddressDetailspublic void setXalAddressDetails(AddressDetails value)
value - allowed object is
AddressDetailsxalAddressDetailspublic java.lang.String getPhoneNumber()
StringphoneNumberpublic void setPhoneNumber(java.lang.String value)
value - allowed object is
StringphoneNumberpublic Snippet getSnippet()
Snippetsnippetpublic void setSnippet(Snippet value)
value - allowed object is
Snippetsnippetpublic java.lang.String getSnippetd()
Stringsnippetdpublic void setSnippetd(java.lang.String value)
value - allowed object is
Stringsnippetdpublic java.lang.String getDescription()
Stringdescriptionpublic void setDescription(java.lang.String value)
value - allowed object is
Stringdescriptionpublic AbstractView getAbstractView()
<AbstractView
<Camera
<LookAtabstractViewpublic void setAbstractView(AbstractView value)
value - allowed object is
<AbstractView
<Camera
<LookAtabstractViewpublic TimePrimitive getTimePrimitive()
<TimeSpan
<TimePrimitive
<TimeStamptimePrimitivepublic void setTimePrimitive(TimePrimitive value)
value - allowed object is
<TimeSpan
<TimePrimitive
<TimeStamptimePrimitivepublic java.lang.String getStyleUrl()
StringstyleUrlpublic void setStyleUrl(java.lang.String value)
value - allowed object is
StringstyleUrlpublic java.util.List<StyleSelector> getStyleSelector()
styleSelectorpublic Region getRegion()
Regionregionpublic void setRegion(Region value)
value - allowed object is
Regionregionpublic Metadata getMetadata()
Metadatametadatapublic void setMetadata(Metadata value)
value - allowed object is
Metadatametadatapublic ExtendedData getExtendedData()
ExtendedDataextendedDatapublic void setExtendedData(ExtendedData value)
value - allowed object is
ExtendedDataextendedDatapublic java.util.List<java.lang.Object> getFeatureSimpleExtension()
featureSimpleExtensionpublic java.util.List<AbstractObject> getFeatureObjectExtension()
featureObjectExtensionpublic int hashCode()
hashCode in class AbstractObjectpublic boolean equals(java.lang.Object obj)
equals in class AbstractObjectpublic Author createAndSetAtomAuthor()
Author and set it to atomAuthor.
This method is a short version for:
Author author = new Author();
this.setAtomAuthor(author);
public Link createAndSetAtomLink(java.lang.String href)
Link and set it to atomLink.
This method is a short version for:
Link link = new Link();
this.setAtomLink(link);
href - required parameter
public AddressDetails createAndSetXalAddressDetails(AddressDetails.Address xalAddress,
AddressLines addressLines,
AddressDetails.Country country,
AdministrativeArea administrativeArea,
Locality locality,
Thoroughfare thoroughfare)
AddressDetails and set it to xalAddressDetails.
This method is a short version for:
AddressDetails addressDetails = new AddressDetails();
this.setXalAddressDetails(addressDetails);
administrativeArea - required parameteraddressLines - required parameterlocality - required parameterthoroughfare - required parameterxalAddress - required parametercountry - required parameterpublic Snippet createAndSetSnippet()
Snippet and set it to snippet.
This method is a short version for:
Snippet snippet = new Snippet();
this.setSnippet(snippet);
public Camera createAndSetCamera()
Camera and set it to abstractView.
This method is a short version for:
Camera camera = new Camera();
this.setAbstractView(camera);
public LookAt createAndSetLookAt()
LookAt and set it to abstractView.
This method is a short version for:
LookAt lookAt = new LookAt();
this.setAbstractView(lookAt);
public TimeSpan createAndSetTimeSpan()
TimeSpan and set it to timePrimitive.
This method is a short version for:
TimeSpan timeSpan = new TimeSpan();
this.setTimePrimitive(timeSpan);
public TimeStamp createAndSetTimeStamp()
TimeStamp and set it to timePrimitive.
This method is a short version for:
TimeStamp timeStamp = new TimeStamp();
this.setTimePrimitive(timeStamp);
public Style createAndAddStyle()
Style and adds it to styleSelector.
This method is a short version for:
Style style = new Style();
this.getStyleSelector().add(style);
public StyleMap createAndAddStyleMap()
StyleMap and adds it to styleSelector.
This method is a short version for:
StyleMap styleMap = new StyleMap();
this.getStyleSelector().add(styleMap);
public Region createAndSetRegion()
Region and set it to region.
This method is a short version for:
Region region = new Region();
this.setRegion(region);
public Metadata createAndSetMetadata()
Metadata and set it to metadata.
This method is a short version for:
Metadata metadata = new Metadata();
this.setMetadata(metadata);
public ExtendedData createAndSetExtendedData()
ExtendedData and set it to extendedData.
This method is a short version for:
ExtendedData extendedData = new ExtendedData();
this.setExtendedData(extendedData);
public void setStyleSelector(java.util.List<StyleSelector> styleSelector)
styleSelector - styleSelectorpublic Feature addToStyleSelector(StyleSelector styleSelector)
styleSelector - Objects of the following type are allowed in the list: <StyleSelectorJAXBElement<StyleMapJAXBElement<Style
public void setFeatureSimpleExtension(java.util.List<java.lang.Object> featureSimpleExtension)
featureSimpleExtension - featureSimpleExtensionpublic Feature addToFeatureSimpleExtension(java.lang.Object featureSimpleExtension)
featureSimpleExtension - Objects of the following type are allowed in the list: <ObjectJAXBElement<Boolean
public void setFeatureObjectExtension(java.util.List<AbstractObject> featureObjectExtension)
featureObjectExtension - featureObjectExtensionpublic Feature addToFeatureObjectExtension(AbstractObject featureObjectExtension)
featureObjectExtension - Objects of the following type are allowed in the list: AbstractObject
public void setObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
setObjectSimpleExtension in class AbstractObjectobjectSimpleExtensionpublic Feature addToObjectSimpleExtension(java.lang.Object objectSimpleExtension)
AbstractObject
addToObjectSimpleExtension in class AbstractObjectobjectSimpleExtension - Objects of the following type are allowed in the list: Object
public Feature withName(java.lang.String name)
name - required parametersetName(String)public Feature withVisibility(java.lang.Boolean visibility)
visibility - required parametersetVisibility(Boolean)public Feature withOpen(java.lang.Boolean open)
open - required parametersetOpen(Boolean)public Feature withAtomAuthor(Author atomAuthor)
atomAuthor - required parametersetAtomAuthor(Author)public Feature withAtomLink(Link atomLink)
atomLink - required parametersetAtomLink(Link)public Feature withAddress(java.lang.String address)
address - required parametersetAddress(String)public Feature withXalAddressDetails(AddressDetails xalAddressDetails)
xalAddressDetails - required parametersetXalAddressDetails(AddressDetails)public Feature withPhoneNumber(java.lang.String phoneNumber)
phoneNumber - required parametersetPhoneNumber(String)public Feature withSnippet(Snippet snippet)
snippet - required parametersetSnippet(Snippet)public Feature withSnippetd(java.lang.String snippetd)
snippetd - required parametersetSnippetd(String)public Feature withDescription(java.lang.String description)
description - required parametersetDescription(String)public Feature withAbstractView(AbstractView abstractView)
abstractView - required parametersetAbstractView(AbstractView)public Feature withTimePrimitive(TimePrimitive timePrimitive)
timePrimitive - required parametersetTimePrimitive(TimePrimitive)public Feature withStyleUrl(java.lang.String styleUrl)
styleUrl - required parametersetStyleUrl(String)public Feature withStyleSelector(java.util.List<StyleSelector> styleSelector)
styleSelector - required parameter#setStyleSelector(List) public Feature withRegion(Region region)
region - required parametersetRegion(Region)public Feature withMetadata(Metadata metadata)
metadata - required parametersetMetadata(Metadata)public Feature withExtendedData(ExtendedData extendedData)
extendedData - required parametersetExtendedData(ExtendedData)public Feature withFeatureSimpleExtension(java.util.List<java.lang.Object> featureSimpleExtension)
featureSimpleExtension - required parameter#setFeatureSimpleExtension(Listpublic Feature withFeatureObjectExtension(java.util.List<AbstractObject> featureObjectExtension)
featureObjectExtension - required parameter#setFeatureObjectExtension(List) public Feature withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
AbstractObject
withObjectSimpleExtension in class AbstractObjectobjectSimpleExtension - required parameter#setObjectSimpleExtension(Listpublic Feature withId(java.lang.String id)
AbstractObject
withId in class AbstractObjectid - required parameterAbstractObject.setId(String)public Feature withTargetId(java.lang.String targetId)
AbstractObject
withTargetId in class AbstractObjecttargetId - required parameterAbstractObject.setTargetId(String)public Feature clone()
clone in class AbstractObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||