|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.framework.xml.XMLFragment org.deegree.ogcbase.OGCDocument org.deegree.ogcwebservices.sos.ComponentDescriptionDocument
public abstract class ComponentDescriptionDocument
gets the metadata from a XSL transformed wfs result
Field Summary |
---|
Fields inherited from class org.deegree.ogcbase.OGCDocument |
---|
GMLNS |
Fields inherited from class org.deegree.framework.xml.XMLFragment |
---|
DEFAULT_URL, nsContext, XLNNS |
Constructor Summary | |
---|---|
ComponentDescriptionDocument()
|
Method Summary | |
---|---|
abstract void |
createEmptyDocument()
exceptions decleration must be there because this method will be overeritten by extending classes |
protected Address |
getAddress(org.w3c.dom.Node node)
|
protected java.lang.String |
getAttachedTo(org.w3c.dom.Node node)
gets the attachedTo part of a Item |
protected Classifier |
getClassifiedAs(org.w3c.dom.Node node)
gets the classifiedAs part of a item |
protected ContactInfo |
getContactInfo(org.w3c.dom.Node node)
|
protected CoordinateReferenceSystem |
getCoordinateReferenceSystemCRS(org.w3c.dom.Node node)
|
protected ResponseModel |
getDerivedFrom(org.w3c.dom.Node node)
|
protected ComponentDescription |
getDescribedBy(org.w3c.dom.Node node)
|
protected Discussion |
getDiscussion(org.w3c.dom.Node node)
|
protected EngineeringCRS |
getEngineeringCRS(org.w3c.dom.Node node)
|
protected EngineeringCRS |
getHasCRS(org.w3c.dom.Node node)
gets the hasCRS part of a Item |
protected Identifier |
getIdentifiedAs(org.w3c.dom.Node node)
gets the identifiedAs part of a item |
protected LocationModel |
getLocatedUsing(org.w3c.dom.Node node)
|
protected OnlineResource |
getOnlineResource(org.w3c.dom.Node node)
|
protected Phone |
getPhone(org.w3c.dom.Node node)
|
protected Quantity |
getQuantity(org.w3c.dom.Node node)
|
protected Reference |
getReference(org.w3c.dom.Node node)
|
protected CitedResponsibleParty |
getResponsibleParty(org.w3c.dom.Node node)
|
protected TypedQuantity |
getTypedQuantity(org.w3c.dom.Node node)
|
protected java.lang.Object |
getUsesParametersFromGeoLocation(org.w3c.dom.Node node)
|
protected java.lang.Object |
getUsesParametersFromResponseModel(org.w3c.dom.Node node)
|
Methods inherited from class org.deegree.ogcbase.OGCDocument |
---|
parseCodeList, parseCodeListArray, parseExtendedPropertyPath, parseInterval, parseKeywords, parseKeywords, parseLonLatEnvelope, parseOnLineResource, parsePropertyPath, parseTimePeriod, parseTimePeriods, parseTimePositions, parseTimeSequence, parseTypedLiteral, parseValues |
Methods inherited from class org.deegree.framework.xml.XMLFragment |
---|
getAsPrettyString, getAsString, getAttachedSchemas, getQualifiedName, getRootElement, getSystemId, hasSchema, load, load, load, parseQualifiedName, parseSimpleLink, prettyPrint, prettyPrint, resolve, setRootElement, setSystemId, setSystemId, toString, write, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComponentDescriptionDocument()
Method Detail |
---|
public abstract void createEmptyDocument() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
protected Identifier getIdentifiedAs(org.w3c.dom.Node node) throws XMLParsingException
node
-
null
)
XMLParsingException
protected Classifier getClassifiedAs(org.w3c.dom.Node node) throws XMLParsingException
node
-
null
)
XMLParsingException
protected java.lang.String getAttachedTo(org.w3c.dom.Node node) throws XMLParsingException
node
-
null
)
XMLParsingException
protected EngineeringCRS getHasCRS(org.w3c.dom.Node node) throws XMLParsingException
node
-
null
)
XMLParsingException
protected EngineeringCRS getEngineeringCRS(org.w3c.dom.Node node) throws XMLParsingException
node
-
XMLParsingException
protected CoordinateReferenceSystem getCoordinateReferenceSystemCRS(org.w3c.dom.Node node) throws XMLParsingException
node
-
XMLParsingException
protected java.lang.Object getUsesParametersFromGeoLocation(org.w3c.dom.Node node) throws XMLParsingException, java.net.URISyntaxException
node
-
XMLParsingException
java.net.URISyntaxException
protected java.lang.Object getUsesParametersFromResponseModel(org.w3c.dom.Node node) throws XMLParsingException, java.net.URISyntaxException
node
-
XMLParsingException
java.net.URISyntaxException
protected Quantity getQuantity(org.w3c.dom.Node node) throws XMLParsingException, java.net.URISyntaxException
node
-
XMLParsingException
java.net.URISyntaxException
protected TypedQuantity getTypedQuantity(org.w3c.dom.Node node) throws XMLParsingException, java.net.URISyntaxException
node
-
XMLParsingException
java.net.URISyntaxException
protected ComponentDescription getDescribedBy(org.w3c.dom.Node node) throws java.net.MalformedURLException, XMLParsingException
node
-
XMLParsingException
java.net.MalformedURLException
protected LocationModel getLocatedUsing(org.w3c.dom.Node node) throws XMLParsingException, java.net.URISyntaxException
node
-
XMLParsingException
java.net.URISyntaxException
protected ResponseModel getDerivedFrom(org.w3c.dom.Node node) throws XMLParsingException, java.net.URISyntaxException
node
-
XMLParsingException
java.net.URISyntaxException
protected Reference getReference(org.w3c.dom.Node node) throws java.net.MalformedURLException, XMLParsingException
node
-
java.net.MalformedURLException
XMLParsingException
protected Discussion getDiscussion(org.w3c.dom.Node node) throws XMLParsingException
node
-
XMLParsingException
protected OnlineResource getOnlineResource(org.w3c.dom.Node node) throws XMLParsingException, java.net.MalformedURLException
node
-
XMLParsingException
java.net.MalformedURLException
protected Phone getPhone(org.w3c.dom.Node node) throws XMLParsingException
node
-
XMLParsingException
protected Address getAddress(org.w3c.dom.Node node) throws XMLParsingException
node
-
XMLParsingException
protected ContactInfo getContactInfo(org.w3c.dom.Node node) throws java.net.MalformedURLException, XMLParsingException
node
-
java.net.MalformedURLException
XMLParsingException
protected CitedResponsibleParty getResponsibleParty(org.w3c.dom.Node node) throws java.net.MalformedURLException, XMLParsingException
node
-
XMLParsingException
XMLParsingException
java.net.MalformedURLException
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org